python安装大型包时出现错误Unable to find vcvarsall.bat

Posted 庭明

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装大型包时出现错误Unable to find vcvarsall.bat相关的知识,希望对你有一定的参考价值。

在windows平台上,据说是安装cpython编写的包时会出现Unable to find vcvarsall.bat这种错误,缺失编译C的环境或组件吧,所以这个包就安装不成功,这个时候简单的方法就是安装Visual C++ Build Tools 2015。(我使用的是python3.5版本)在安装scrapy的时候遇到,现在安装成功了。之前安装matplotlib时也遇到过这个问题,虽然VC2017版也可以提供这个编译环境吧,但是之前安装过,出现了一些未知的问题,改换2015版的就OK了。

 

一般大型的安装包都可以在这个网址下载到http://www.lfd.uci.edu/~gohlke/pythonlibs/,手动下载安装包到本地,可能安装成功的概率较大

安装时出现找不到安装包的错误Could not find a version that satisfies the requirement dateutil (from versions: )

No matching distribution found for dateutil

就可以到上述网址先下好安装包,再用本地的安装包安装:pip install <package localpath>

以上是关于python安装大型包时出现错误Unable to find vcvarsall.bat的主要内容,如果未能解决你的问题,请参考以下文章

git pull时出现unable to unlink old 一个不该犯下的错误

Python3.5 用 pip 安装lxml时出现 “Unable to find vcvarsall.bat ”?(转载)

使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device

windows安装xampp时出现,unable to realloc xxxxxxxx bytes

运行jar包时出现java virtual machine launcher Unable to access jarfile:JMZ-DESK.jar 请高手指点...

使用Git客户端克隆项目时出现fatal: unable to access 错误的经历