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

Missing WHEEL during installation #46

Closed
loleg opened this issue Mar 7, 2023 · 3 comments
Closed

Missing WHEEL during installation #46

loleg opened this issue Mar 7, 2023 · 3 comments

Comments

@loleg
Copy link

loleg commented Mar 7, 2023

Trying to install, I get this error:

  "There is no item named 'Flask_Mailman-0.3.0.dist-info/WHEEL' in the archive"

  at /opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/zipfile.py:1438 in getinfo
  • Flask-Mailman version: 0.3.0
  • Python version: 3.9
@TillerBurr
Copy link

I don't think this is an issue with this package. Are you using Poetry 1.4.0? If you are, then it's an issue with pypa/installer#134 and there hasn't been any new releases for installer. If you use Poetry 1.3.2, it installs just fine.

@loleg
Copy link
Author

loleg commented Mar 15, 2023

Thanks for the quick reply, and reminder to check my Poetry versions. The error is produced in GitHub's CI, where I needed to do something like this:

- name: Install and configure Poetry
  uses: snok/install-poetry@v1
  with:
    version: 1.3.2

From the linked issue, I can't tell if I would be able to lift this workaround anytime soon..

@greyli
Copy link
Collaborator

greyli commented Aug 20, 2023

Thanks @baurt for the info. Closing now.

Related issue: python-poetry/poetry#7572

@greyli greyli closed this as completed Aug 20, 2023
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