Installing pystan manually fixed the issue (otherwise it would just hang forever). ~/GitHub $ git clone https://github.com/facebookincubator/prophet Cloning into 'prophet'... remote: Counting objects: 358, done. remote: Compressing objects: 100% (109
安装数据库第三方包,报错: Could not find a version that satisfies the requirement MySQLdb (from versions: )No matching distribution found for MySQLdb 将MySQLdb改成pyMySQL就OK啦:sudo pip install pyMySQL