Skip to content
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

Py3.10 #3187

Closed
3 tasks
dimaqq opened this issue Oct 13, 2020 · 4 comments · Fixed by #3706
Closed
3 tasks

Py3.10 #3187

dimaqq opened this issue Oct 13, 2020 · 4 comments · Fixed by #3706
Labels
kind/feature Feature requests/implementations

Comments

@dimaqq
Copy link
Contributor

dimaqq commented Oct 13, 2020

Python-3.10.0a1 is available, it would be awesome to be able to use it.

Today I can work around like so:

pushd ~/.poetry/lib/poetry/_vendor/
ln -s py3.9 py3.10

IIRC from 3.9, following needs to be done:

@dimaqq dimaqq added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Oct 13, 2020
@abn
Copy link
Member

abn commented Oct 13, 2020

@dimaqq you can install poetry via pipx or plain old pip to use under python 3.10. However, note that the current "supported" python versions for discovery does not include 3.10. However, you can manually activate an environment for your project.

@dimaqq
Copy link
Contributor Author

dimaqq commented Oct 13, 2020

Oh yes, I did use poetry env use 3.10 for an existing project.
Simple projects (few deps) work just fine with the work-around.
Today, complex projects are likely to not work due to some dep stumbling on BPO-40747

@HacKanCuBa
Copy link

HacKanCuBa commented Nov 6, 2020

Note that pip install poetry under Python 3.10rc (alpine) fails compiling msgpack and cyptography, but I guess it's an issue for those packages. I just leave this here in case someone else arrives here like me.

Note 2: On 3.10rc debian slim both packages fail to build but poetry gets installed somehow

Note 3: It's all a python 3.10 bug where wheels can't be built, thus alpine won't work until that is solved.

Copy link

github-actions bot commented Mar 2, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants