Pylot icon indicating copy to clipboard operation
Pylot copied to clipboard

PyOpenGL_accelerate install issues

Open dldatwyler opened this issue 3 years ago • 5 comments

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

How do I get the PyOpenGL_accelerate to install?

dldatwyler avatar Feb 17 '22 04:02 dldatwyler

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 avatar Feb 22 '22 23:02 dldatwyler

same issue in ab Anaconda power shell window

dldatwyler avatar Feb 23 '22 00:02 dldatwyler

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!

corygoates avatar Mar 01 '22 23:03 corygoates

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

timijab avatar May 21 '23 19:05 timijab

Great to hear!

corygoates avatar May 25 '23 20:05 corygoates