Poetry won't install 'wheel' package (1.0.10 -> 1.1.0 regression)
See original GitHub issue-
I am on the latest Poetry version.
-
I have searched the issues of this repo and believe that this is not a duplicate.
-
(N/A) If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option). -
OS version and name: Linux, MacOS, Windows
-
Poetry version: 1.1.0
-
Link to your pyproject.toml file: brechtm/rinohtype/pyproject.toml
Issue
Since updating to 1.1.0, Poetry will no longer install the wheel dependency. See the “Install development dependencies” section of any “unit tests (wheel)” jobs on rinohtype’s CI tests. After creating a new virtual environment, instead of installing wheel, Poetry prints:
• Removing wheel (0.34.2)
I can reproduce this locally. Removing and adding ‘wheel’ manually does not help.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >Dependency Management With Python Poetry
A dependency manager like Python Poetry helps you specify, install, and resolve external packages in your projects. This way, you can be sure ......
Read more >poetry - PyPI
Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. Poetry Install.
Read more >Python package built with Poetry does not install supporting ...
I'm writing a Python package (assume it's "mypkg") and using Poetry to build the distributable wheel/tar.gz files for installation by the ...
Read more >poetry: Versions - Openbase
Fix an issue where poetry lock --no-update updated dependencies from non-PyPI package sources (#6335). Fix a poetry install performance regression by ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update: seems my problem is unrelated, I’d better switch to
psycopg2-binary
.psycopg2
depends onwheel
to avoid building the package from source.wheel
does exist inpoetry.lock
andpyproject.toml
. But during creating the environment,pip
tells mewheel
is not installed.Why does
poetry
keep removingwheel
even it’s defined inpoetry.lock
andpyproject.toml
?Now I’m not able to build the virtual environment.
This should not happen with 1.2.