whenever I import the module "httpx", for example in this code:
import httpx
input()
I get this error:
module 'httpcore' has no attribute 'TimeoutException'
line 1, in <module>
import httpx
You might need to stick with an older version of httpx for now, try version 19
pip install httpx==0.19.0