g++ not available (Windows 10) #6763
Replies: 2 comments 2 replies
-
I have the same problem when I (import pymc) in pycharm and jupyter, And I have solved it! Here is my method: |
Beta Was this translation helpful? Give feedback.
-
I don't know why, but just use (conda create -c conda-forge -n pymc_env "pymc=5.7.2") in conda prompt will make this problem disappear (now the newest version is 5.7.2). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I keep getting the following warnings when importing PyMC in a Jupyter notebook under VSCode:
I followed the PyMC installation instructions at
https://www.pymc.io/projects/docs/en/stable/installation.html
and even tried to install g++ (v13.1.0) via msys64 on my own after finding the following discussion:
https://discourse.pymc.io/t/getting-a-working-pymc3-windows-10-installation-using-anaconda-an-installation-guide/8641
Anaconda version: 2.3.2
conda version: 23.5.0
Beta Was this translation helpful? Give feedback.
All reactions