-
Notifications
You must be signed in to change notification settings - Fork 127
pyglet version incompatibility mac #214
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
Comments
Hi, same issue for me: any ideas? thanks |
This is what I did (don't know if every step is correct/necessary) I stick with python 3.7, and install legacy pyglet (don't require python 3.8+, but 3.6+)
As pointed out in PixarAnimationStudios/OpenUSD#1372 (comment) And then, run interactive experiment in terminal (I select synthetic board, n170, and "no" for "Run signal quality check?")
It shows faces/houses images and saves data from board to csv. |
Great to hear.
Maybe with the new 3.8 version the problem will be fixed anyway?
β¦On Tue, 7 Mar 2023, 18:04 Fernando Soto, ***@***.***> wrote:
This is what I did (don't know if every step is correct/necessary)
I stick with python 3.7, and install legacy pyglet (don't require python
3.8+, but 3.6+)
pip install pyglet==1.5.27
pip install PyOpenGL PyOpenGL_accelerate
As pointed out in PixarAnimationStudios/OpenUSD#1372 (comment)
<PixarAnimationStudios/OpenUSD#1372 (comment)>
I edit PyOpenGL file OpenGL/platform/ctypesloader.py
And then, run interactive experiment in terminal (I select synthetic
board, n170, and "no" for "Run signal quality check?")
eegnb runexp -ip
It shows faces/houses images and saves data from board to csv.
β
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIQU7TBE6AFTXKTOK3AD2LW25TBXANCNFSM6AAAAAASPTLREM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Maybe, I didn't look for working around package conflicts when installing conda environment with python 3.8 |
βΉ Computer information
π Provide detailed reproduction steps (if any)
eegnb runexp -ip
βοΈ Expected result
What is the expected result of the above steps?
cli opens
β Actual result
pyglet 2.0.0 requires Python 3.8 or newer
If on the other hand I try to create an environment with python 3.8 I get some package conflict errors
The text was updated successfully, but these errors were encountered: