You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting v0.9.22 Jina starts to provide Python 3.9 initial support. PR #1802 enabled this support.
You can use pip install jina or docker run jinaai/jina:latest-py39 to use Jina in Python 3.9 environment. This applies to Jina extensions such as daemon, devel; details on the version naming can be found here. PyPi packages and Docker images will be updated accordingly.
👷 Known issues
In this initial support, there are few known issues:
Slower speed due to lack of C++ protobuf backend. We are pushing forward this PRthis PR on the upstream. Once this PR is merged on the upstream we will be able to install protobuf directly from precompiled wheel
tba
We will work with the community and the upstream to solve these known issues in the next couple of weeks.
The text was updated successfully, but these errors were encountered:
🎉 Python 3.9 support
Starting
v0.9.22
Jina starts to provide Python 3.9 initial support. PR #1802 enabled this support.You can use
pip install jina
ordocker run jinaai/jina:latest-py39
to use Jina in Python 3.9 environment. This applies to Jina extensions such asdaemon
,devel
; details on the version naming can be found here. PyPi packages and Docker images will be updated accordingly.👷 Known issues
In this initial support, there are few known issues:
Slower speed due to lack of C++ protobuf backend. We are pushing forwardthis PRthis PR on the upstream. Once this PR is merged on the upstream we will be able to install protobuf directly from precompiled wheelWe will work with the community and the upstream to solve these known issues in the next couple of weeks.
The text was updated successfully, but these errors were encountered: