-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
Description
The command I tried to run is
pip install gym[all]
And it gave me the following output
$ pip install gym[all]
Collecting gym[all]
Using cached gym-0.9.6.tar.gz
Requirement already satisfied: numpy>=1.10.4 in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: requests>=2.0 in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: six in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: pyglet>=1.2.0 in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: Box2D-kengz in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: PyOpenGL in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: atari_py>=0.1.1 in .../python2.7/site-packages (from gym[all])
Requirement already satisfied: Pillow in .../python2.7/site-packages (from gym[all])
Collecting mujoco_py>=1.50 (from gym[all])
Using cached mujoco-py-1.50.1.34.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-14edRC/mujoco-py/setup.py", line 2, in <module>
import importlib.util
ImportError: No module named util
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-14edRC/mujoco-py/
Can someone help me right here?