-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hey Hoagy,
I'm working on implementing efficient zero for my robot project (and that gym environment we discussed), but ran into an issue installing the requirements. I'm fairly sure my internet connection is working well because nothing else is having trouble but the loads from git://github.com/HumanCompatibleAI/multiagent-competition seem to be hanging and causing the requirements loading to fail. I've tried it 3 times with the same results.
If I may ask, can the main functionality work if I just disable those parts?
Thanks!
Output:
cd muz
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Cloning into 'muz'...
remote: Enumerating objects: 867, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 867 (delta 17), reused 17 (delta 16), pack-reused 846
Receiving objects: 100% (867/867), 200.62 KiB | 2.95 MiB/s, done.
Resolving deltas: 100% (647/647), done.
created virtual environment CPython3.10.7.final.0-64 in 161ms
creator CPython3Posix(dest=/home/charlesrwest/cpp/projects/efficientzero/muz/muz/venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/charlesrwest/.local/share/virtualenv)
added seed packages: pip==22.2, setuptools==63.2.0, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Obtaining aprl from git+https://github.com/HumanCompatibleAI/adversarial-policies@2ab9a717dd6a94f1314af526adbac1a59855048a#egg=aprl (from -r requirements.txt (line 7))
Cloning https://github.com/HumanCompatibleAI/adversarial-policies (to revision 2ab9a717dd6a94f1314af526adbac1a59855048a) to ./venv/src/aprl
Running command git clone --filter=blob:none --quiet https://github.com/HumanCompatibleAI/adversarial-policies /home/charlesrwest/cpp/projects/efficientzero/muz/muz/venv/src/aprl
Running command git rev-parse -q --verify 'sha^2ab9a717dd6a94f1314af526adbac1a59855048a'
Running command git fetch -q https://github.com/HumanCompatibleAI/adversarial-policies 2ab9a717dd6a94f1314af526adbac1a59855048a
Running command git checkout -q 2ab9a717dd6a94f1314af526adbac1a59855048a
Resolved https://github.com/HumanCompatibleAI/adversarial-policies to commit 2ab9a717dd6a94f1314af526adbac1a59855048a
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
Collecting gym-compete@ git+git://github.com/HumanCompatibleAI/multiagent-competition@3a3f9dca1816c2724a6ec4e78ec39b1001e4b6e6
Cloning git://github.com/HumanCompatibleAI/multiagent-competition (to revision 3a3f9dca1816c2724a6ec4e78ec39b1001e4b6e6) to /tmp/pip-install-6zqlt1hg/gym-compete_d39fd191806342bcaae31d5e7253da5a
Running command git clone --filter=blob:none --quiet git://github.com/HumanCompatibleAI/multiagent-competition /tmp/pip-install-6zqlt1hg/gym-compete_d39fd191806342bcaae31d5e7253da5a
fatal: unable to connect to github.com:
github.com[0: 140.82.114.4]: errno=Connection timed out
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet git://github.com/HumanCompatibleAI/multiagent-competition /tmp/pip-install-6zqlt1hg/gym-compete_d39fd191806342bcaae31d5e7253da5a did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet git://github.com/HumanCompatibleAI/multiagent-competition /tmp/pip-install-6zqlt1hg/gym-compete_d39fd191806342bcaae31d5e7253da5a did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.