-
Notifications
You must be signed in to change notification settings - Fork 153
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
Upgrade to Python 3.10 #300
Comments
janus 0.6.2 has been released with the workaround for Python 3.10. Now we can start working on this issue. |
Currently GitHub Action Runner supports only 3.10.0, not 3.10.1 that we need. On hold. |
GitHub Action Runner now provides 3.10.1. |
Forked aiodataloader as aiodataloader-ng. |
Released our own version of aiodataload-ng: https://pypi.org/project/aiodataloader-ng/0.2.1/ |
newly investigated upstream issues: |
Currently the known workaround is to execute the followings in the target venv: pip install --no-binary :all: grpcio --ignore-installed
pip install --no-binary :all: grpcio-tools --ignore-installed |
Python 3.10.0 is live now.
Let's upgrade our codebase (the 21.03/21.09 branch and the main branch for 22.03) to use Python 3.10 for future backportability.
Currently known blockers:
Push collections.abc deprecation warning fix to pypi syrusakbary/aiodataloader#16 (merged but not released, the maintainer seems to have gone...)forked and released as aiodataloader-ngNot blockers but considerable stuffs for seamless development experience:
The text was updated successfully, but these errors were encountered: