poetry install on python 3.7.3 failing on building wheel from src due to pep517, seems to be using the wrong wheel version? #9843
Unanswered
bowenisdum
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hitting this error trying to
poetry install
a python 3.7.3 poetry project, specifically I think when it is using wheel to build a package, its using the wrong wheel version for python 3.7.3, any one know why this is the case? trying to understand if something is wrong with our poetry setup, or this is due to some othe reasonchecking the wheel build venv, looks to be using 0.45.0 which is not python 3.7.3 compatible?
local build works fine, because local pip have wheel 0.42.0
Beta Was this translation helpful? Give feedback.
All reactions