Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
it-can-bee opened this issue Oct 27, 2023 · 1 comment
Open

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

it-can-bee opened this issue Oct 27, 2023 · 1 comment

Comments

@it-can-bee
Copy link

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
Copy link

tkreiman commented Jan 9, 2024

I think this can be fixed with:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants