tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
351 stars 86 forks source link

Cython install/build fails #72

Open henla464 opened 9 months ago

henla464 commented 9 months ago

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?