microsoft / Graphormer

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

no setup.py and --user-feature param #174

Open it-can-bee opened 8 months ago

it-can-bee commented 8 months ago

Hello, follow the provided readme to run the bash script all the way, at the end of pip install. --use-feature=in-tree-build

python setup.py build_ext --inplace error no such option: --use-feature

(null): can't open file 'setup.py': [Errno 2] No such file or directory

, So I try cd cd fairseq directory and git submodule update --init --recursive submodule installation after pip install. --use-feature=in-tree-build. no such option: --use-feature

In other words, the source code of the project may not be fully uploaded, and the setup.py and --use-feature parameters are missing

tkreiman commented 5 months ago

I think this can be fixed with:

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