aicrowd@b1bee76eebfe:~$ python
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from obstacle_tower_env import ObstacleTowerEnv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/srv/conda/lib/python3.6/site-packages/obstacle_tower_env.py", line 6, in <module>
from mlagents_envs import UnityEnvironment
ModuleNotFoundError: No module named 'mlagents_envs'
Changed v1.2 to v1.3 and constantly getting
['/srv/conda/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/aicrowd/condaenv.q5kvyaz7.requirements.txt']
Pip subprocess output:
Collecting git+git://github.com/Unity-Technologies/obstacle-tower-env@v1.2 (from -r /home/aicrowd/condaenv.q5kvyaz7.requirements.txt (line 8))
Cloning git://github.com/Unity-Technologies/obstacle-tower-env (to revision v1.2) to /tmp/pip-req-build-8xy5or5q
Collecting scipy (from -r /home/aicrowd/condaenv.q5kvyaz7.requirements.txt (line 1))
Pip subprocess error:
Running command git clone -q git://github.com/Unity-Technologies/obstacle-tower-env /tmp/pip-req-build-8xy5or5q
Running command git checkout -q dfe79a532cef4eaf1f320c451936c0b48a34d093
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/home/aicrowd/.cache/pip/wheels/b2/bb/cb/583bea9449bb9f042b43ec17678e9a2574a996f609fcbed317'
Consider using the `--user` option or check the permissions.
during 3 last hours, seems that aicrowd-repo2docker works not deterministic because after reverting back still getting this error