-
Notifications
You must be signed in to change notification settings - Fork 946
Unable to import universe, No module named benchmarks in newest gym (0.9.6) #228
Comments
I'm running through the same issue. It seems like the entire openai/gym@4c460ba#diff-170d6bbf20fa02890840c39b9fbb66a0 As a temporary solution I can suggest a manual downgrade of
|
Dukeimg = I can confirm, this solved my problem. THANK YOU. I'll leave it as open because it's a major problem for the universe team. Also - the |
It works. |
Thanks so much for this Issue! I've been running around for the last two days trying to find a solution to all the errors this caused for me. I would suggest that you add this fix to the README |
pip uninstall gym Really It works.Thanks |
when i use only gym then there is no error. During handling of the above exception, another exception occurred: Traceback (most recent call last): PLEASE SOMEONE HELP. |
This is a "the blind leading the blind" answer - to the extent I'm wrong PLEASE correct me. First, I noticed that you used python 3.6 when universe only supports 3.5. Are you trying to learn to program AI? If so, I recommend...
|
@Accessant Thanks for help. |
EDIT: The running theory is that the current version of universe is incompatible with the new version of gym!! It sounds like gym removed the benchmarks from its package, which universe uses.
I cannot import universe. I get an error
full code:
python
>>> import gym
>>> import universe
-> errorI followed this guide line by line. The only warning message anywhere in the process was an error with mujico when I ran
pip install -e .[all]
- I reran it as justpip install -e .
and gym installed without error. Also, I read #103 and the poster did a complete OS reinstall, which bypassed the error. I tried to do the same - I repartitioned my Ubuntu 14.04 computer, installed a vanilla 16.06 Ubuntu, and ran into the same error! Argh.As per requested information on #103,
gym.__file__
='/home/orion/gym/gym/__init__.py'
Someone on Reddit wants me to let them know when I solve this.
Thanks you for your help.
Edit: I created another anaconda environment without docker/tensorflow/opencv, and it ran into the same error message.
The text was updated successfully, but these errors were encountered: