-
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
Can't add packages with python 3.11-dev #8663
Comments
duplicate #6925 |
thanks!! The message points to the docs, and suggests
I couldn't get this to work. What is the proper way to get such packages to work |
please read the faq |
please close |
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) and have included the output below.Issue
can't add packages with poetry using when the python version is specified by
pyenv local 3.11-dev
(thedev
version is currently set to 3.11.4)The steps are:
cd
into the directorypyenv local 3.11-dev
poetry init
using default settings, changingCompatible Python versions
from^3.10
to^3.11
poetry shell
poetry add numpy
, returns with message:poetry add scipy
, returns with message:The text was updated successfully, but these errors were encountered: