tomerfiliba-org/reedsolomon

Cython install/build fails

henla464 opened this issue · 0 comments

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?