Replies: 1 comment
-
Did this work for you? And if so, what OS are you using? I have always had trouble with conda environments, so I've always opted to use pip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FYI, when I try to install basilisk using a conda environment and I try to run the basic scenarioI get the error GLIBCXX_3.4.30 not found. Stackoverflow provided the answer. You need to type:
conda install -c conda-forge gcc=12.1.0
See:
https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin
Beta Was this translation helpful? Give feedback.
All reactions