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

Poetry fails to create a working wheel package which includes another wheel package #6917

Closed
3 of 4 tasks
rako233 opened this issue Oct 29, 2022 · 2 comments
Closed
3 of 4 tasks
Labels
status/duplicate Duplicate issues

Comments

@rako233
Copy link

rako233 commented Oct 29, 2022

  • Poetry version: 1.2.2
  • Python version: Python 3.11
  • OS version and name: Windows 11
[tool.poetry]
....

[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.23"
pycairo = { file = "archive/pycairo-1.21.0-cp311-cp311-win_amd64.whl" }

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"


  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

For the reason of Windows pcairo isn't available as wheel and has to be downloaded from a 3rd party site to avoid the installation of a compiler. The installation of dependencies is working fine. The wheel file includes pycairo-1.21.0-cp311-cp311-win_amd64.whl as well, but when I'm trying to install the package I get the message

pip._vendor.packaging.requirements.InvalidRequirement: Invalid URL: archive/pycairo-1.21.0-cp311-cp311-win_amd64.whl

Is this problem at all solvable?

@rako233 rako233 added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 29, 2022
@dimbleby
Copy link
Contributor

duplicate #5273

@neersighted neersighted added status/duplicate Duplicate issues and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 29, 2022
@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2022
Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants