usuaero / Pylot

A fully-featured flight simulator, capable of real-time lifting-line aerodynamic modelling.
MIT License
48 stars 7 forks source link

PyOpenGL_accelerate install issues #2

Open dldatwyler opened 2 years ago

dldatwyler commented 2 years ago

PyOpenGL_accelerate has wheel problems when using "pip install ." per the directions.

How do I get the PyOpenGL_accelerate to install?

dldatwyler commented 2 years ago

after using activestate for an environment, I get: python -m pylot cnb1.json pygame 2.1.2 (SDL 2.0.18, Python 3.10.1) Hello from the pygame community. https://www.pygame.org/contribute.html


Pylot 1.3.4
(c) USU AeroLab 2020
This software comes with
ABSOLUTELY NO WARRANTY EXPRESSED OR IMPLIED
Submit bug reports on Github.

Traceback (most recent call last): File "c:\users\dldat\appdata\local\activestate\cache\87885070\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\dldat\appdata\local\activestate\cache\87885070\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\dldat\AppData\Roaming\Python\Python310\site-packages\pylot__main.py", line 25, in simulate(input_filename) File "C:\Users\dldat\AppData\Roaming\Python\Python310\site-packages\pylot__main__.py", line 13, in simulate sim = Simulator(input_dict, verbose=True) File "C:\Users\dldat\AppData\Roaming\Python\Python310\site-packages\pylot\simulator.py", line 58, in init__ self._render_graphics = self._input_dict["simulation"].get("enable_graphics", False) KeyError: 'simulation'

dldatwyler commented 2 years ago

same issue in ab Anaconda power shell window

corygoates commented 2 years ago

OpenGL is something that I've always had a hard time getting to work. If you manage to figure this out, please let me know!

timijab commented 1 year ago

I used the python 3.9 version and the build was successful !!

corygoates commented 1 year ago

Great to hear!