-
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
Fresh install broken in Py 3.8 docker #1377
Comments
Could it be that
|
I wonder if this section is related: PYTHON = {
"2.7": "python2.7",
"3.4": "python3.4",
"3.5": "python3.5",
"3.6": "python3.6",
"3.7": "python3.7",
} |
Indeed, running cp -r /root/.poetry/lib/poetry/_vendor/py3.7 /root/.poetry/lib/poetry/_vendor/py3.8 right after the I don't know if there are any lurking incompatibilties between the 3.7 and 3.8 versions though. |
This doesn't only happen in docker, dimaqq it seems anything except those versions mentioned by dmontagu will have this issue. Maybe when main python becomes 3.8 on October 14th this issue will get looked at? poetry install
Traceback (most recent call last):
File "/home/travis/.poetry/bin/poetry", line 12, in <module>
from poetry.console import main
File "/home/travis/.poetry/lib/poetry/console/__init__.py", line 1, in <module>
from .application import Application
File "/home/travis/.poetry/lib/poetry/console/application.py", line 6, in <module>
from cleo import Application as BaseApplication
ModuleNotFoundError: No module named 'cleo'
The command "poetry install" failed and exited with 1 during . |
I think we can close this issue now. PR was accepted Update: I still get the same error after the PR. |
Got the same issue. Poetry version 0.12.17, installed into fresh @sdispater can you help us, please? |
The full For Python 3.8, you might want to install Poetry with I will see if I can make a I will keep you updated. |
Python 3.8 requires a newer poetry version, see python-poetry/poetry#1377
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. |
Maybe related to #553
The text was updated successfully, but these errors were encountered: