I'm facing an error while installing prophet on azure. In fact i want to install prophet module to run it in my azure function however this module requires others to install such as pystan and cython, when i added them to my requirements and deployed the whole project i receive this following error. This error is shown even while running it locally. Is there any way we can install these packages without having any errors ? Or can we use the local conda environment and use it in azure ?
PS : i create a conda environment locally using python 3.8.13 and installed all packages, the function only works in this conda environment.enter image description here