does anyone knows how to solve dependency clash between httpx httpcore and googletrans?

106 Views Asked by At

I have a code in which googletrans(4.0) is clashing with httpx and httpcore.

do you have any version combination for working all at same time.

i tried :

  1. pip install -U googletrans==4.0.0-rc1
  2. then motor lib will give error: Exception has occurred: AttributeError module 'httpcore' has no attribute 'NetworkBackend' 3.Now if i try to update httpcore then googletrans will stop working and asking for correct versions
0

There are 0 best solutions below