Python 3.10 support?
See original GitHub issueI am trying to install swifter via conda
in a new virtual environment based on Python 3.10 and it fails with some dependency issues. Is Python 3.10 not supported, or perhaps something else is going on with my environment?
Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Python 3.10 support table for most popular Python packages
Python 3.10 is a currently supported version of Python . This site shows Python 3.10 support for the 360 most downloaded packages on...
Read more >What's New In Python 3.10
Sequence patterns support wildcards: [x, y, *rest] and (x, y, *rest) work similar to wildcards in unpacking assignments. The name after * may...
Read more >Support Python 3.10? - General Discussion
Python 3.10 will be released in October 2021, so it will be supported in the next TF release after that, assuming all dependencies...
Read more >When should you upgrade to Python 3.11?
Apparently it took them 6 months post-release until they had Python 3.9 support, and 3 months after 3.10. For my own projects, some...
Read more >add python 3.10 support · Issue #69440 · pytorch ...
Feature Add Python 3.10 support, since PyTorch only supports up to Python 3.9.9 as of the time I'm writing this.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I think it is worth mentioning, that dask and distributed do not support Python 3.10 yet: https://github.com/dask/dask/pull/8566 https://github.com/dask/distributed/issues/5460
That might explain your resolution issues.Edit: Actually I see that conda-forge publishes py310 packages for distributed and dask is a noarch package. I doubt that they are fully functional though.Hey @borice thanks so much for the quick response!
Yeah let’s wait and see tomorrow. I’ll try installing via conda tomorrow morning and if it still doesn’t work I’ll deep dive into why it’s not propagating. But the dependency issues should be resolved