ImportError: No module named http.server
When I try to do the command "python start.py" I get the error
"Traceback (most recent call last):
File "start.py", line 13, in
Same Problem. I did some research, and I found http.server is for python3. But the command, "pip3 install -r requirements.txt" and running it with Python3 didn't fix the problem. Any Fixes?
Did anyone ever figure this out?
Nope, I just reinstalled it and it worked. I think it's a glitch where PIP skips it, I'm unsure though.
I did pip3 install and python3 start.py. Make sure you're in the correct directory, otherwise you'll have to type/the/entire/path.