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

no module named http #50

Open
ghost opened this issue Feb 12, 2020 · 3 comments
Open

no module named http #50

ghost opened this issue Feb 12, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2020

I am getting this error while running the python script on command prompt. The code was working fine before, I don't know what happened. This is what command prompt is printing when I run the command:

Traceback (most recent call last): File "GoProStream.py", line 32, in <module> import http ImportError: No module named http

Any help?

@PranavPuranik
Copy link

which python version? python3 has http inbuilt, but if accidentally deleted, it can be reinstalled using pip3 install http

@verzinwat-verzinwat
Copy link

i got same error. So can you exactly say what i have to do, to get it working. I got python 3.7.1 on a mac

@EddieMG
Copy link

EddieMG commented Oct 14, 2021

pip install http

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

3 participants