You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: