no matches found: httpx[http2] #1656
Answered
by
teathinker
teathinker
asked this question in
Potential Issue
|
I am not sure why pip cannot find http2, the default httpx only works fine. Thanks. I am using python3.6 and/or python3.9 pip install httpx[http2] |
Answered by
teathinker
May 27, 2021
Replies: 2 comments 3 replies
|
just need to quote the package name... never mind... |
3 replies
Answer selected by
teathinker
|
fyi I struggled for some time trying to solve this issue when running: I was unaware that stringifying packages was allowed, but ultimately this worked for me: It might be worth adding a note about this in the http2/optional package section of the docs |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just need to quote the package name... never mind...