Replies: 3 comments
-
I have Basilisk working on a work computer, but am seeing a similar error on my personal computer (built successfully through Visual Studio) python examples\scenarioBasicOrbit.py |
Beta Was this translation helpful? Give feedback.
-
In my case, the issue lay with the compiler, which I manually put into the text file of the default profile in Conan |
Beta Was this translation helpful? Give feedback.
-
The default compiler is VS 16 currently. If you downgrade from VS 17 to VS 16, be sure to delete the |
Beta Was this translation helpful? Give feedback.
-
Hello! I need some help: I've downloaded the source code, Python version 3.11, and the zip file swigwin-4.1.0, CMake version 3.28.3. I've added the paths to system variables like C:\Program Files\swigwin-4.1.0\swig.exe, C:\Program Files\CMake\bin, C:\Users\carlo\AppData\Local\Programs\Python\Python311\Scripts, C:\Users\carlo\AppData\Local\Programs\Python\Python311\ , C:\Program Files\basilisk\dist3\Basilisk. Then I created the .venv environment and everything seems to be working. However, as soon as I try to execute scenarioBasicOrbit.py, I get the following error:
$ python scenarioBasicOrbit.py
Traceback (most recent call last):
File "C:\Program Files\Basilisk\examples\scenarioBasicOrbit.py", line 209, in
from Basilisk import path
ModuleNotFoundError: No module named 'Basilisk'
Beta Was this translation helpful? Give feedback.
All reactions