-
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
Fail installation on centos8 with specific python version #8884
Comments
poetry and 3.6 don't play nice together (previously: #8185). You'll need to create the virtualenv some other way. |
To avoid issue with 3.6 I use the command with call to python3.11
If poetry is installed in virtualenv, the commands add and install freeze
This issue is reproducible on other system with centos8 and python 3.11 installed |
that doesn't seem to be anything much to do with where this issue started. But if you have a reproducible problem then please provide a way to reproduce it. eg a dockerfile is often a good way, |
Must I reopen a new ticket for issue seen when poetry is installed in virtualenv or I must continue on this ticket?
Thanks |
Thanks the workaround in ticket #8623 fix the issue. |
therefore please close this |
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
We use CentOS 8 Stream to develop with python.
Like the default version of python (3.6) is not compatible with poetry, we install a new python version (3.11) and install poetry with the following command
after install, it is possible to use poetry init but all command used to manage dependencies and environments fails:
Same result with poetry install...
The python used is /usr/bin/python3 instead of /usr/bin/python3.11 or /home/space/.local/share/pypoetry/venv/bin/python
Expected
Correct creation of virtualenv or package managing.
The text was updated successfully, but these errors were encountered: