Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lebedov opened this issue Jul 30, 2024 · 3 comments

Comments

@lebedov
Copy link
Contributor

lebedov commented Jul 30, 2024

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.

lebedov added a commit to lebedov/gap_statistic that referenced this issue Jul 30, 2024
@lebedov
Copy link
Contributor Author

lebedov commented Aug 12, 2024

Per the PR I submitted, I just updated the required wheel version in pyproject.toml and installed from my local source directory. Perhaps the old version of wheel is still present on your system; try uninstalling and reinstalling wheel, then install from source with my modification applied.

@KautsarAqsa
Copy link

This issue still happens to me both in Windows 10 and Ubuntu.

@alvins82
Copy link

The PR worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants