-
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 cleo
not found on Python 3.10 Alpha when using get-poetry.py installation
#3828
Comments
Thanks for raising this. This essentially needs a few different changes I believe as I suspect the issue is that
Nice to haves:
|
Thanks a lot @abn!! |
@thepabloaguilar no worries. FYI I misinterpreted the issue since there wasn't sufficient context. See edit above. Additionally, to unblock your Also happy for you provide a PR for the pipeline. But I would do that after both python-poetry/poetry-core#144 and #3706 are done. |
cleo
not found on Python 3.10 Alphacleo
not found on Python 3.10 Alpha when using get-poetry.py installation
I have raised #3842 to track CI changes. And since this will be resolved with the new bootstrap method, I will leave this open till that is merged. |
Added the recommendation from a Poetry maintainer (python-poetry/poetry#3828 (comment)) to try pip install if the ModuleNotFoundError issue arises with Python 3.10.
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. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu (20.04.2)
Poetry version: 1.1.5
Link of a Gist with the contents of your pyproject.toml file: pyproject.toml
Issue
Hello, first of all, thanks for your amazing job!!
I got an error when running poetry on Python 3.10 alpha version.
The reason why I'm using the alpha version in my pipeline is that we want to address possible problems with our library before the official Python release, and we also want to implement some new features in our library using the new features provided by the new version like Pattern Matching! (Disclaimer: We allow failures on Python 3.10 step, so it isn't breaking our pipeline)
You can find the error output below:
For more details, you can also check our pipeline here
I'd like to know if you can provide some help since Python 3.10 wasn't released officially!
The text was updated successfully, but these errors were encountered: