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
Found the solution: When pip installing, do that on the command prompt (not on python's shell), set the current directory to python's script directory, like this (may appear different on yours):
cd C:\Users\RedBro\AppData\Local\Programs\Python\Python37-32\Scripts
C:\Users\RedBro\AppData\Local\Programs\Python\Python37-32\Scripts>pip install twitterscraper
First one sets the current directory, the second one is the actual install.
Not sure if this is a python issue or this tutorial. I'm using python v3.7.
The text was updated successfully, but these errors were encountered: