jina-ai / jina-hub

An open-registry for hosting Jina executors via container images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jina incompatible with tensorflow 2.4.1 due to grpcio dependency

franciscojferrari opened this issue · comments

Jina appears to be incompatible with the latest tensorflow

pip install tensorflow  
pip install jina

Yields:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.  
tensorflow 2.4.1 requires grpcio~=1.32.0, but you have grpcio 1.37.0 which is incompatible.

tensorflow=2.4.1
jina=1.1.5