- Notifications
You must be signed in to change notification settings - Fork317
Open
Labels
Description
Hi, I've imported the following libraries in my pyscript.
import pymc as pm
import arviz as az
When running the script, I get the following warning message:
"WARNING (pytensor.configdefaults): g++ not available, if using conda: conda install gxx
WARNING (pytensor.configdefaults): g++ not detected! PyTensor will be unable to compile C-implementations and will default to Python. Performance may be severely degraded. To remove this warning, set PyTensor flags cxx to an empty string."
So I installed Anaconda which should have those components that pytensor is looking for.
However, the problem is I'm having difficulty in figuring out how to "point" WinPython to the Anaconda directory so that pytensor can utilize g++ properly.
Thanks in advance.