httpx (1.0.0b0) expect attribute 'CloseError' in 'httpcore' #3211
Replies: 3 comments
|
I have the same issue when using on python 3.12, but it runs fine on python 3.11, since it has an older version |
0 replies
|
Make sure you've got the latest versions - |
0 replies
0 replies
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.
Hello,
if i call httpx i get this error: AttributeError: module 'httpcore' has no attribute 'CloseError'
This attribute is missing in the new Version 1.05 of httpcore.
All reactions