简体   繁体   中英

Error installing matplotlib on Windows XP computer

I keep getting the following error when I attempt to install matplotlib:

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

I checked out some of the answers here:

error: Unable to find vcvarsall.bat

Before I had installed VS2008, I tried SET VS90COMNTOOLS=%VS100COMNTOOLS% because I had VS2010 on my computer. I uninstalled it and installed VS2008. I'm running Windows XP on my computer.

I too had similar issue. Installing from http://www.lfd.uci.edu/~gohlke/pythonlibs/ has resolved the issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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