-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello,
I'm trying to install pysparse on Windows 10, but it seems to be hitting an issue with the Visual C++ for CPython:
error: Command "C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild\amd64 /LIBPATH:C:\Python27\PC\VS9.0\amd64 /EXPORT:initjdsym build\temp.win-amd64-2.7\Release\pysparse\eigen\src\jdsymmodule.obj /OUT:build\lib.win-amd64-2.7\pysparse\eigen\jdsym.pyd /IMPLIB:build\temp.win-amd64-2.7\Release\pysparse\eigen\src\jdsym.lib /MANIFESTFILE:build\temp.win-amd64-2.7\Release\pysparse\eigen\src\jdsym.pyd.manifest" failed with exit status 1120
I really have no idea what is causing this. I'm quite new to this, and would appreciate any suggestions or advice.
Thanks,
Ash