_py_sys_model import error on windows 10 installation #567
-
Hi all, I've installed Basilisk on windows 10, and followed all steps.
I added all required environment variables and have all the required packages installed. I would appreciate your assistance, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 17 replies
-
I have the exact same problem. "python conanfile.py" ran without issues, but i get the exact same error when running scenarioBasicOrbit.py. I am on Windows 11 |
Beta Was this translation helpful? Give feedback.
-
Not sure what is happening here. We are building the Windows version on our CI server with every push to develop, and it builds and runs fine. My first guess would be to check the required paths are set, check that the software is calling the versions of python, etc. For example, I see above the use of |
Beta Was this translation helpful? Give feedback.
-
Have you done I know such issues can be frustrating. I can share that we are running Windows version of BSK regularly. Triple check that everything is reaching code that you expect. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm not sure if all those steps were actually required, cause every time I tried another thing - but this is the setup that works for me now... |
Beta Was this translation helpful? Give feedback.
-
Great news that it is running now. I'm not aware of any script changes between 2.2.2b and 2.2.1 that would be causing such issues. I know that having correct versions of swig, conan available inside Thanks for sharing what group of changes made it work at least ;-) |
Beta Was this translation helpful? Give feedback.
Hi,
Finally I managed to install and run successfully Basilisk and the example scenario.
I used Basilisk v2.2.1 rather than the current v2.2.2b.
I also added to Environment Variables the following folders:
..\Basilisk\src
..\Basilisk\.venv\Scripts
Where .venv is where my virtual environment was created and in it I have executables of the correct Python version, conan version and swig version.
I'm not sure if all those steps were actually required, cause every time I tried another thing - but this is the setup that works for me now...