Getting a ModuleNotFoundError: No module named 'idna' when import httpx in a conda environment? #3075
Unanswered
epicwhale
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my conda environment (python 3.11), I install httpx using pip install httpx. I can confirm that both httpx and idna are installed, using:
But when I do an
import httpxI keep getting aModuleNotFoundError: No module named 'idna'What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions