首页 > 编程语言 > 详细

error: Microsoft Visual C++ 14.0 is required when installing python package

时间:2019-01-22 13:04:26      阅读:204      评论:0      收藏:0      [点我收藏+]


Binary install it the simple way!
I can‘t believe no one has suggested this already - use the binary-only option for pip. For example, for mysqlclient:

pip install --only-binary :all: mysqlclient
Many packages don‘t create a build for every single release which forces your pip to build from source. If you‘re happy to use the latest pre-compiled binary version, use --only-binary :all: to allow pip to use an older binary version.\

error: Microsoft Visual C++ 14.0 is required when installing python package

原文:https://www.cnblogs.com/kevin1988/p/10303181.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!