-
Notifications
You must be signed in to change notification settings - Fork 317
Anaconda #1607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not sure you can succeed quickly on this. ... a gordian node-like method would be to use Anaconda: can't you ? |
so I asked ChatGPT the following: Response: makefile Open the WinPython Control Panel Click “Register/Unregister” → point it to the conda env’s Python.exe Alternatively, open WinPython Command Prompt, then launch: bash 🔹 Option 2: Add Your Anaconda Env to WinPython Jupyter Kernel (if using notebooks) bash I tried Option 1 by opening WPPM and tried to target the pymc-env in Anaconda but that failed, The Register functionality, correct me if I'm wrong, just registers the WinPython to the Windows environment but not necessarily set to Anaconda's environment. |
ok, LLM are still not always perfect, or too perfect for us. Option 1 doesn't make sense to me What I don't understand is the constraint that force you to try that exotic inter-breeding of Python stacks. You need a master degree in IT, or a paid OpenAI, imho, to explore that world Most users/electrons/watts are stuck on linux/anaconda/nvidia for these things, it's a heavy leafting. |
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.
The text was updated successfully, but these errors were encountered: