Hello, when i run the program. I have this traceback.
I am on Ubuntu
beber@beber-Portable:~/Téléchargements/ApolloUI-master$ ls
ApolloUI.py assets lib readme.md templates torrents wsgi.py
beber@beber-Portable:~/Téléchargements/ApolloUI-master$ python ApolloUI.py
Traceback (most recent call last):
File "ApolloUI.py", line 13, in
import lib.wat as wat
File "/home/beber/Téléchargements/ApolloUI-master/lib/wat.py", line 1, in
import whatapi
File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/init.py", line 1, in
from .whatapi import WhatAPI
File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/whatapi.py", line 5, in
import requests
ImportError: No module named requests
Hello, when i run the program. I have this traceback. I am on Ubuntu
beber@beber-Portable:~/Téléchargements/ApolloUI-master$ ls ApolloUI.py assets lib readme.md templates torrents wsgi.py beber@beber-Portable:~/Téléchargements/ApolloUI-master$ python ApolloUI.py Traceback (most recent call last): File "ApolloUI.py", line 13, in
import lib.wat as wat
File "/home/beber/Téléchargements/ApolloUI-master/lib/wat.py", line 1, in
import whatapi
File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/init.py", line 1, in
from .whatapi import WhatAPI
File "/home/beber/Téléchargements/ApolloUI-master/lib/whatapi/whatapi.py", line 5, in
import requests
ImportError: No module named requests