#๐ httpx and hishel AttributeError: module 'httpcore' has no attribute 'URL'
6 messages ยท Page 1 of 1 (latest)
@indigo bison
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
Traceback (most recent call last):
File "D:\coding projects\api-test\wrapper\wrapper.py", line 2, in <module>
import hishel
File "D:\coding projects\api-test\venv\lib\site-packages\hishel\__init__.py", line 3, in <module>
from ._async import *
File "D:\coding projects\api-test\venv\lib\site-packages\hishel\_async\__init__.py", line 1, in <module>
from ._client import * # noqa: F403
File "D:\coding projects\api-test\venv\lib\site-packages\hishel\_async\_client.py", line 5, in <module>
from hishel._async._transports import AsyncCacheTransport
File "D:\coding projects\api-test\venv\lib\site-packages\hishel\_async\_transports.py", line 10, in <module>
from hishel._utils import extract_header_values_decoded, normalized_url
File "D:\coding projects\api-test\venv\lib\site-packages\hishel\_utils.py", line 23, in <module>
def normalized_url(url: tp.Union[httpcore.URL, str, bytes]) -> str:
AttributeError: module 'httpcore' has no attribute 'URL'```
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.