JSBSim on Windows - Unable to Install - Need Help #930
Replies: 2 comments
-
@Nishi-Mishra To start using this JSBSim software, you really need to go through its documentation. My advice is to start from: https://jsbsim.sourceforge.net/JSBSimReferenceManual.pdf |
Beta Was this translation helpful? Give feedback.
-
I'm assuming you're double-clicking on JSBSim.exe isn't a GUI application, so open a console window and run As @agodemar says you'll also need to go through some of the documentation. |
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to install JSBSim on windows. I ran the setup.exe from (https://github.com/JSBSim-Team/jsbsim/releases/download/v1.1.13/JSBSim-1.1.13-setup.exe). It created a directory and I saw all the files. There were two executables: jsbsim.exe & aeromatic.exe. The aeromatic.exe runs fine, but the jsbsim.exe flashes another window and doesn't do anything. I tried the pip install jsbsim and I see it in my package list, but in a script I cannot import jsbsim. It says ModuleNotFoundError: No module named 'jsbsim'.
I also tried pip install with wheels from https://pypi.org/project/JSBSim/#files, the file is called JSBSim-1.1.13-pp39-pypy39_pp73-win_amd64.whl
I would appreciate if someone can tell me what to do next to get JSBSim working on windows 11 either from the command prompt or python. And what is the output supposed to be.
Beta Was this translation helpful? Give feedback.
All reactions