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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: