You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deleted everything from test.py and left only this line : "from Snapchat import Snapchat"
When I try to run it I'm getting this error :
Traceback (most recent call last):
File "C:\Users\Flabi\Desktop\snapchatAPI-master\test.py", line 1, in
from Snapchat import Snapchat
File "C:\Users\Flabi\Desktop\snapchatAPI-master\Snapchat.py", line 3, in
import requests
ImportError: No module named requests
The text was updated successfully, but these errors were encountered:
I deleted everything from test.py and left only this line : "from Snapchat import Snapchat"
When I try to run it I'm getting this error :
Traceback (most recent call last):
File "C:\Users\Flabi\Desktop\snapchatAPI-master\test.py", line 1, in
from Snapchat import Snapchat
File "C:\Users\Flabi\Desktop\snapchatAPI-master\Snapchat.py", line 3, in
import requests
ImportError: No module named requests
The text was updated successfully, but these errors were encountered: