GoProStream icon indicating copy to clipboard operation
GoProStream copied to clipboard

no module named http

Open ghost opened this issue 5 years ago • 3 comments

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?

ghost avatar Feb 12 '20 12:02 ghost

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

PranavPuranik avatar Mar 03 '20 03:03 PranavPuranik

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

verzinwat-verzinwat avatar Jan 07 '21 21:01 verzinwat-verzinwat

pip install http

EddieMG avatar Oct 14 '21 17:10 EddieMG