码迷,mamicode.com
首页 > 编程语言 > 详细

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

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

标签:python   amp   ges   you   visual   microsoft   his   happy   mpi   


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

标签:python   amp   ges   you   visual   microsoft   his   happy   mpi   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!