Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

ubuntu 16.04 runtime.yml error #41

Closed
hackerman008 opened this issue Dec 8, 2016 · 3 comments
Closed

ubuntu 16.04 runtime.yml error #41

hackerman008 opened this issue Dec 8, 2016 · 3 comments

Comments

@hackerman008
Copy link

i have all the packages for universe but it is having some errors when i try to import it.
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/prakash/anaconda3/lib/python3.5/site-packages/universe/__init__.py", line 21, in <module> from universe import error, envs File "/home/prakash/anaconda3/lib/python3.5/site-packages/universe/envs/__init__.py", line 1, in <module> import universe.envs.vnc_env File "/home/prakash/anaconda3/lib/python3.5/site-packages/universe/envs/vnc_env.py", line 20, in <module> from universe.runtimes import registration File "/home/prakash/anaconda3/lib/python3.5/site-packages/universe/runtimes/__init__.py", line 6, in <module> with open(os.path.join(os.path.dirname(__file__), '../../runtimes.yml')) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/prakash/anaconda3/lib/python3.5/site-packages/universe/runtimes/../../runtimes.yml'

@hmate9
Copy link

hmate9 commented Dec 8, 2016

I have the same problem.

@hmate9
Copy link

hmate9 commented Dec 8, 2016

Issue solved by doing the following:

pip uninstall universe
git clone https://github.com/openai/universe.git
cd universe
pip install -e .

@jeremyschlatter
Copy link
Contributor

I just fixed the PyPI package. pip install universe should now work, as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants