Forums

Install older version of Tweepy

Is it possible to install an older version of a library, specifically Tweepy, at least locally? The version installed, 3.5, seems to be prone to crashing, compared to an older version 3.2. Thanks

sure. see instructions here: http://help.pythonanywhere.com/pages/InstallingNewModules. you can specify version numbers with pip, eg "tweepy==3.2"...