Replies: 2 comments 2 replies
-
Sounds like it's not recognizing Basilisk when you run that script. Please make sure that you're running that script in the environment where Basilisk is installed. For a virtual environment and if you're using an IDE to run the script, check that the interpreter you're using is the one inside the environment where you installed Basilisk, not the one your computer defaults to. For a virtual environment and if you're using the terminal command line to run the script, enter the virtual environment before running the script from the command line. It's highly recommended that you use a virtual environment to avoid conflicts between different Python installations. Everything should be explained on the Basilisk install instructions. |
Beta Was this translation helpful? Give feedback.
-
Not sure what is happening here either. As João mentioned, I would look into path issue. Your environment does appear to be finding the compiled Basilisk library. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've been trying to run BSK but I ran into this issue. What does this error mean and how do I solve it?
P.S: I am a beginner student programmer. I sincerely apologize for not knowing some concepts and terms in advance.
Error message:
No module named 'Basilisk.utilities'
Stack trace:
Beta Was this translation helpful? Give feedback.
All reactions