Can't get pip to work; trying to install Tweepy per this article.
This thread managed to solve it for someone installing a different package, but I've tried all the strategies listed there including changing PATH in my environment variables, and I get "syntax error" for each of these three attempts:
pip install tweepy
python -m pip install tweepy
C:\Python27\Scripts\pip.exe install tweepy
Are you using pip install command inside of the python prompt? If yes then you need to type it directly into command prompt.Open command prompt and type.
pip install tweepy
Just try adding sudo before the command, should look like this
sudo pip install tweepy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With