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

PythonError解决方案

时间:2018-05-10 19:36:43      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:href   targe   error:   .net   python版本   解压   soft   err   hone   

# pip error
pip install *
error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools
方法1
1.访问Unofficial Windows Binaries for Python Extension Packages
2.手动下载whl文件(cp+Python版本)
3.pip install whl目录\*-*.*.*-cp*-cp*m-win*.whl
方法2
1.下载C++ 14.0 2.解压安装 3.pip install *

 

PythonError解决方案

标签:href   targe   error:   .net   python版本   解压   soft   err   hone   

原文地址:https://www.cnblogs.com/5211314jackrose/p/9021105.html

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