-
Notifications
You must be signed in to change notification settings - Fork 14
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
gym compiling issue #22
Comments
Same Problem:
|
Using python3.8 as suggested here should fix this error. The alphartc-compile docker container uses Ubuntu18.04 by default and it has python3.6. Here is the change in "gym/AlphaRTC/dockers/Dockerfile.compile" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea why compiling gym from source given the following issue?
"
File "/usr/lib/python3.6/functools.py", line 477, in lru_cache
raise TypeError('Expected maxsize to be an integer or None')
TypeError: Expected maxsize to be an integer or None
"
The text was updated successfully, but these errors were encountered: