简体   繁体   English

在Windows XP计算机上安装matplotlib时出错

[英]Error installing matplotlib on Windows XP computer

I keep getting the following error when I attempt to install matplotlib: 尝试安装matplotlib时,我不断收到以下错误:

raise ValueError(str(list(result.keys())))
valueError: [u' path']  

I checked out some of the answers here: 我在这里查看了一些答案:

error: Unable to find vcvarsall.bat 错误:找不到vcvarsall.bat

Before I had installed VS2008, I tried SET VS90COMNTOOLS=%VS100COMNTOOLS% because I had VS2010 on my computer. 在安装VS2008之前,我试过SET VS90COMNTOOLS=%VS100COMNTOOLS%因为我的计算机上SET VS90COMNTOOLS=%VS100COMNTOOLS% VS2010。 I uninstalled it and installed VS2008. 我卸载了它并安装了VS2008。 I'm running Windows XP on my computer. 我在计算机上运行Windows XP。

I too had similar issue. 我也有类似的问题。 Installing from http://www.lfd.uci.edu/~gohlke/pythonlibs/ has resolved the issue. http://www.lfd.uci.edu/~gohlke/pythonlibs/安装已解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM