You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: