GoProStream
GoProStream copied to clipboard
no module named http
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?
which python version? python3 has http inbuilt, but if accidentally deleted, it can be reinstalled using pip3 install http
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
pip install http