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 :
- pip install -U googletrans==4.0.0-rc1
- 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