RosettaCommons/DeepAb

can't install at centos

kimdn opened this issue · 1 comments

kimdn commented

With python=3.7 (as DeepAb ReadMe)
pip install -r requirements.txt
resulted in
Screen Shot 2022-02-26 at 7 56 57 PM

Even with python=3.8
pip install -r requirements.txt
resulted in the same result.

conda install -c pytorch pytorch=1.7.1
before 'pip install -r requirements.txt'
didn't help​.

kimdn commented

Changing pytorch=1.7.1 into torch=1.7.1 in requirements.txt solved the issue.