I'm trying to install Tweepy using pip, but I keep getting this as the response:
I've seen similar problems and people always suggest adding C:\Python34\Scripts to your PATH. Here is what happens when I try and do that:
Then when I do echo %PATH% it doesn't show the path that I added. Using pip still does not work.
How do I make it to where I am able to use pip? I looked through multiple other questions that were VERY similar to mine, but none of the solutions worked.
Thanks for the help in advance!