Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyOpenGL_accelerate install issues #2

Open
dldatwyler opened this issue Feb 17, 2022 · 5 comments
Open

PyOpenGL_accelerate install issues #2

dldatwyler opened this issue Feb 17, 2022 · 5 comments

Comments

@dldatwyler
Copy link

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

How do I get the PyOpenGL_accelerate to install?

@dldatwyler
Copy link
Author

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
Copy link
Author

same issue in ab Anaconda power shell window

@corygoates
Copy link
Member

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
Copy link

timijab commented May 21, 2023

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

@corygoates
Copy link
Member

Great to hear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants