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

Installation dependencies issue with more-itertools and pyglet and how to solve it #523

Open
Trampeltier opened this issue May 15, 2024 · 1 comment

Comments

@Trampeltier
Copy link

I tried to install the lab from the tutorial,
but encountered two issues:
more-itertools was being installed but the current version does not support the specified python version 3.7.3
same for pyglet.

So, adjusting environment.yml to insert the following fixed the issue:

  • more-itertools==9.1.0
  • ...
  • pip:
    • pyglet==1.5.29
@Biggestmeme
Copy link

cool, you should open a PR to fix it

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

2 participants