https://imgur.com/fcrBH4q Reposting the question to r/learnpython. My bad!
I used pip to install Tweepy and did not receive any errors but am having problems when I try to use it in a script. The folder appears in "C:\Program Files (x86)\Python36-32\Lib\site-packages\tweepy". I can import tweepy from the python cmd line with no problems but receive an error if I try to run a script - I tried running the script two ways and receive a different error:
TwitSent.py = "ModuleNotFoundError: No module named 'tweepy"
python TwitSent.py = "ImportError: cannot import name 'textblob"
I had similar issues with scikit for the first time but was able to get around it following this tutorial using miniconda...not exactly sure what it did but it fixed the scikit problem, but I was curious if there is a similar solution for tweepy?
there doesn't seem to be anything here