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' #220

Closed
justarandomuserlol opened this issue Mar 18, 2021 · 1 comment
Closed

ModuleNotFoundError: No module named 'httpx' #220

justarandomuserlol opened this issue Mar 18, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@justarandomuserlol
Copy link

I can't start "hunt.py" because of this error:

hunt.py ********@gmail.com
Traceback (most recent call last):
File "C:\Users*****\Bureau\GHunt-master\hunt.py", line 12, in
import httpx
ModuleNotFoundError: No module named 'httpx'
`

The same for "check_and_gen".

check_and_gen.py
Traceback (most recent call last):
File "C:\Users*****\Bureau\GHunt-master\check_and_gen.py", line 8, in
import httpx
ModuleNotFoundError: No module named 'httpx'
`

@cyber1998
Copy link

@justarandomuserlol It seems like you are missing the httpx module somehow. I suggest you to try and install it again. While inside your virtual environment, type pip install httpx

@mxrch mxrch added the help wanted Extra attention is needed label Mar 27, 2021
@mxrch mxrch closed this as completed Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants