Unable to set up environment

I am attempting to get the obstacle tower set up on my computer, but anytime I install requirements I get this error:

Could not find a version that satisfies the requirement mlagents_envs<0.7,>=0.6.1 (from obstacle-tower-env==1.1) (from versions: )
No matching distribution found for mlagents_envs<0.7,>=0.6.1 (from obstacle-tower-env==1.1)

Is this an issue on my end, or something else?

Hi @xynon_marai,

This is an odd error to receive. The package mlagents_envs is hosted on pypi, and the latest version is 0.6.1, which fits into that range. Here is the package: https://pypi.org/project/mlagents-envs/. Can you try installing it first, and then running the script that is giving you the issue?

WHich python version are you using? 3.6.8 works, but anything above 3.7 seems not work.

start run.py. Error.

Is this normal?

but exe file is normal start to success.

Windows10 (Anaconda)
Python3.6.7

3 Likes

This was fixed see Problem with 1.1_windows