0

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.

Community
  • 1
  • 1
Goretzky
  • 9
  • 4

1 Answers1

0

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

venpa
  • 4,268
  • 21
  • 23