Skip to content

no module named 'wheel.wheelfile' - need to update required version of wheel #64

@lebedov

Description

@lebedov

The version of wheel required by gap-stat for installation (0.31.1) doesn't seem to contain the module wheel.wheelfile; this breaks installation via pip.

        File "/private/var/folders/jt/c4z7qp7x3h137gz4c0wbzdyr0000gp/T/pip-build-env-glc3q1ra/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 686, in get_command_class
          from .command.bdist_wheel import bdist_wheel
        File "/private/var/folders/jt/c4z7qp7x3h137gz4c0wbzdyr0000gp/T/pip-build-env-glc3q1ra/overlay/lib/python3.10/site-packages/setuptools/command/bdist_wheel.py", line 29, in <module>
          from wheel.wheelfile import WheelFile
      ModuleNotFoundError: No module named 'wheel.wheelfile'

Updating the required wheel version to a more recent release seems to fix the problem. Will submit PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions