microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2k stars 324 forks source link

fairseq installation errors #148

Open yashjakhotiya opened 1 year ago

yashjakhotiya commented 1 year ago

Hi,

When running install.sh, getting the following error in the fairseq part -

Screen Shot 2022-11-26 at 11 18 41 AM

Have you seen this before? Could this be due to different pip versions supporting different --use-feature options? I am currently running pip 22.3.1. Thank you.

ZixuWang commented 1 year ago

I guess you've already solved it. In case someone has the same error, please install with pip version 21.1

lizhixi212 commented 1 year ago

python -m pip install --upgrade "pip==21.1"