-
Notifications
You must be signed in to change notification settings - Fork 313
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
[BUG]TypeError: __init__() got an unexpected keyword argument 'disable_env_checker' #689
Comments
Hi @neuronphysics thanks for reporting this. |
@vmoens Thanks for the reply. The gym version that I have is |
The latest version of the code should not have this problem, let me update the wheels on PyPI :) |
The new wheels should solve this issue. Let me know if it doesn't, happy to re-open then. |
Hello,
Any idea why I am getting this new error? |
Unfortunately this is a known issue (#619), our cp37 wheels do not work across all python 3.7 binaries.
|
Thank you @vmoens for the reply. t I still get this error after using the line you suggested above for installing
Any other suggestions? |
Are you sure the package has been reinstalled? Maybe try
|
Unfortunately, I am getting errors. Here is my google colab notebook, in case you would like to reconstruct this error at your end or I installed something before which has triggered this. |
I managed to install the lib and make it work |
Thank you so much. YES, it works now. |
I used your library on google colab and it works without a problem. However, after spending a day to install gym in ubuntu using conda and run torchrl code, I am getting this error:
Why did this error occur?
The text was updated successfully, but these errors were encountered: