Got the httpx compatability issue with sanic and googletrans. Below is the error when i am building the flaskapp to load the agents…
“”"“�[91mERROR: sanic 19.12.2 has requirement httpx==0.9.3, but you’ll have httpx 0.13.3 which is incompatible.�[0m�[91mERROR: googletrans 3.0.0 has requirement httpx==0.13.3, but you’ll have httpx 0.9.3 which is incompatible.”""
@tyd the problem is that Rasa uses the Sanic Server, and it has a requirement of httpx==0.9.3, but googlestrans 3 requires httpx==0.13. How can we fix this issue?
We can’t have two versions of the same package installed in the same environment rasa is using.