BiBiGrid Does Not Work With Conda Environments #524
XaverStiensmeier
announced in
Announcements
Replies: 0 comments
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.
-
Recently, we got contacted regarding an unusual bug where OpenStacks compute sdk struggled to find a server resource when trying to connect the floating ip to the master server. This issue was caused by using a conda environment. Using a python environment: https://docs.python.org/3/library/venv.html fixed the issue.
The current dev - and as soon as we merge the master - are therefore warning you when you use a conda environment by checking for "CONDA_PREFIX" in the environment variables.
Beta Was this translation helpful? Give feedback.
All reactions