-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 运行示例,提示urllib3库中没有get_host,请问这要怎么解决? #419
Comments
You can try to reduce its version to below 2.0. Use command like pip install "urllib3<2.0.0". |
Understood, thank you |
I tried lowering the version, got new problem: |
为 urllib3 添加 get_host 函数from urllib.parse import urlparse |
|
Environment
Description
Minimum reproducible code
The text was updated successfully, but these errors were encountered: