We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello author,
This might be a potential bug when doing poetry install.
I used python 3.10 and do poetry install, got the error msg below. Could not build wheels for numpy which use PEP 517 and cannot be installed directly
I have used python 3.8 and retry. It works fine now.
The text was updated successfully, but these errors were encountered:
Could you send the exact output from the failing NumPy installation?
Sorry, something went wrong.
Hi there,
This was the exact output.
ZD
Googling reveals that this issue mainly happens with out of date pip versions. Try to update pip as well as poetry.
Related upstream issue: python-poetry/poetry#3894
Thanks
No branches or pull requests
Hello author,
This might be a potential bug when doing poetry install.
I used python 3.10 and do poetry install, got the error msg below.
Could not build wheels for numpy which use PEP 517 and cannot be installed directly
I have used python 3.8 and retry. It works fine now.
The text was updated successfully, but these errors were encountered: