摘要:
以安装扩展包SymPy为例: 方式一: 格式:pip install xxx //xxx:包名 示例:pip install SymPy 方式二: 如果有安装Git,也可以使用pip+git的方式安装:pip install git+xxx.git //xxx:包所在的github仓库位置 示例:p 阅读全文
posted @ 2018-04-27 15:07
天黑,请关灯
阅读(4676)
评论(0)
推荐(1)
摘要:
一、安装statsmodels出错 错误信息:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.co 阅读全文
posted @ 2018-04-27 12:56
天黑,请关灯
阅读(150)
评论(0)
推荐(0)