Skip to content

The python 3.11 wheel for linux x86 is missing #179

Closed
@wosc

Description

@wosc

I'm not fully up to date with wheel classifiers, but I think I'm reading https://pypi.org/project/persistent/4.9.3/#files correctly that there is only a linux/arm wheel on pypi currently, but no x86_64 one. (There is one for 3.10, though.)

This causes e.g. this kind of error, because pip tries to build from sdist instead:

$ docker run --rm -it python:3.11.0-slim pip install persistent==4.9.3
  Building wheel for persistent (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
      gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.11 -c src/persistent/cPersistence.c -o build/temp.linux-x86_64-cpython-311/src/persistent/cPersistence.o
      error: command 'gcc' failed: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions