encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
12.7k stars 811 forks source link

Shipping broken. "Could not find module httpx" even when installed. #3196

Closed s1nistr4 closed 1 month ago

s1nistr4 commented 1 month ago

Installed it with pip3 install httpx

Then after doing this

import httpx

It says "Could not find module httpx"