-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 install does not use available binary for numpy 1.19.2 #3196
Comments
Did you install python 3.9 and did poetry created a venv with that? |
We're also having this problem now which is causing significant delays in releasing a critical update. Log available online if it's useful https://gitlab.com/openflexure/pi-gen/-/jobs/801886395 |
Worth noting that running |
@naveen521kk As it turns out, the poetry version installed via Homebrew uses a hardcoded Homebrew-installed Python 3.9. The maintainers do not seem to see any issues with that: Homebrew/homebrew-core#53169 I think this restricts the functionality of poetry in an unacceptable way. Solution: Use the official installer.
|
I installed via Homebrew and got everything working. Using pyenv to set the local version first, then using using poetry env use and finally using the sugggestions by @jtc42 worked for me. I.e. Not sure, but hopefully this helps. |
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. |
-vvv
option).Issue
When running
poetry install
the installation of numpy1.19.2
(using pyenv-installed Python 3.8.2) takes very long (~minutes) and seems to compile from source.However, running
pip install numpy==1.19.2
yieldswithin a few seconds.
The text was updated successfully, but these errors were encountered: