Replies: 4 comments
-
Howdy Scott, Blue Skies, Hanspeter Schaub |
Beta Was this translation helpful? Give feedback.
-
Well, I tried this quickly and on my macBook I get this error. I must be missing something obvious? Running this conan command:
|
Beta Was this translation helpful? Give feedback.
-
Hmm, it seems that in your case the |
Beta Was this translation helpful? Give feedback.
-
Mm, you're correct, I didn't catch that. I'll play with this some more when I get a chance. |
Beta Was this translation helpful? Give feedback.
-
recently had to install bsk2 on a shared server where conan was installed globally. We are using conda venvs as well.
I had the problem that conan wouldn't run because it said the version was too old, despite pip installing the latest. It turns out the first call to the conanfile was referencing my python version of conan, but all later calls were referencing the system version. To guarantee that the conan installed during bsk installation instructions is used, I recommend please changing the following lines to us
In addition, please note that the check for if the user is using a virtual environment (is_running_virtual_env) does not seem to work if users are using conda venvs. I had to comment out the --user in add_basilisk_to_sys_path to make the bsk install available to other users even with my conda environment activated.
Keep up the good work
-Scott
Beta Was this translation helpful? Give feedback.
All reactions