We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting errors nn a nanopineo air SBC board (armhf architecture) with python/pip3:
pip3 --version pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.11)
Running this command:
pip3 install --upgrade reedsolo --no-binary "reedsolo" --no-cache --config-setting="--build-option=--cythonize" --use-pep517 --isolated --verbose
Gives me this output:
Usage: pip3 install [options] [package-index-options] ... pip3 install [options] -r [package-index-options] ... pip3 install [options] [-e] ... pip3 install [options] [-e] ... pip3 install [options] <archive url/path> ...
no such option: --config-setting
Am I doing something wrong? Or has the command changed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting errors nn a nanopineo air SBC board (armhf architecture) with python/pip3:
Running this command:
Gives me this output:
Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...
no such option: --config-setting
Am I doing something wrong? Or has the command changed?
The text was updated successfully, but these errors were encountered: