You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it shows the error:
cannot import name 'QueryParams' from 'httpx._models' (C:\Users\yuanl\anaconda3\lib\site-packages\httpx_models.py)
To Reproduce
A minimal code snippet to reproduce the bug. If the bug is due to proxy issues and not exactly reproducible, please provide a code snippet and provide additional information under Additional context below.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Proxy service: [e.g. ScraperAPI]
python version: [e.g. 3.8]
OS: [e.g. macOS]
Version [e.g. 1.5]
Do you plan on contributing?
Your response below will clarify whether the maintainers can expect you to fix the bug you reported.
Yes, I will create a Pull Request with the bugfix.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Can you post the version of httpx installed on your system?
I used pip install httpx in Anaconda and httpcore-0.13.7. But in notebook, when I import httpx, it said
AttributeError: module 'httpcore' has no attribute 'CloseError'
Describe the bug
import scholarly
it shows the error:
cannot import name 'QueryParams' from 'httpx._models' (C:\Users\yuanl\anaconda3\lib\site-packages\httpx_models.py)
To Reproduce
A minimal code snippet to reproduce the bug. If the bug is due to proxy issues and not exactly reproducible, please provide a code snippet and provide additional information under Additional context below.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Do you plan on contributing?
Your response below will clarify whether the maintainers can expect you to fix the bug you reported.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: