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
Collecting submitit
Cloning https://github.com/facebookincubator/submitit (to revision escape_all) to /tmp/pip-install-fkqwmvx9/submitit
Running command git clone -q https://github.com/facebookincubator/submitit /tmp/pip-install-fkqwmvx9/submitit
WARNING: Did not find branch or tag 'escape_all', assuming revision or ref.
Running command git checkout -q escape_all
error: pathspec 'escape_all' did not match any file(s) known to git
The text was updated successfully, but these errors were encountered:
Indeed there is a problem with the submitit package. That branch was deleted (potentially merged) into the main branch. That being said, it should not be blocking as this branch was mainly used to run multiple jobs in HPC clusters. I suggest trying to install the plain submitit version, i.e.,
pip install submitit
If you have problem with the stable version, try with the one we used.
Problem Description
There seems to be some outdated branches in requirements.txt
When running
For example, the line
one4all/requirements.txt
Lines 5 to 6 in c88735b
The text was updated successfully, but these errors were encountered: