Skip to content
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

ModuleNotFoundError: No module named 'httpx' #193

Closed
hunven opened this issue Jan 6, 2021 · 5 comments
Closed

ModuleNotFoundError: No module named 'httpx' #193

hunven opened this issue Jan 6, 2021 · 5 comments

Comments

@hunven
Copy link

hunven commented Jan 6, 2021

I ran "pip install httpx" and made sure I had the newest version of pip. Not sure where to go from here because I keep getting the same error when I run check and gen.

@SJame4
Copy link

SJame4 commented Jan 7, 2021 via email

@mxrch
Copy link
Owner

mxrch commented Jan 8, 2021

I ran "pip install httpx" and made sure I had the newest version of pip. Not sure where to go from here because I keep getting the same error when I run check and gen.

Install it with Python 3.
By default, pip use Python 2, try python3 -m pip install -r requirements.txt

@mxrch mxrch closed this as completed Jan 8, 2021
@congaterori
Copy link

WARNING: The script f2py.exe is installed in 'C:\Users\DUCHUY_COMPUTER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

@congaterori
Copy link

WARNING: The script chromedriver-path.exe is installed in 'C:\Users\DUCHUY_COMPUTER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

@congaterori
Copy link

WARNING: The scripts pip.exe, pip3.9.exe and pip3.exe are installed in 'C:\Users\DUCHUY_COMPUTER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants