Skip to content

Cython install/build fails #72

@henla464

Description

@henla464

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions