我尝试使用以下命令python -m pip install pandas
安装pandas。
不幸的是,我总是得到以下错误(我认为错误会导致安装numpy):
LINK : fatal error LNK1181: cannot open input file 'Files.obj'
error: Command "C:\Users\flori\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Program Files (x86)\Python\libs /LIBPATH:C:\Program Files (x86)\Python\PCbuild /LIBPATH:build\temp.win32-2.7 /EXPORT:init_dummy build\temp.win32-2.7\Release\numpy\core\src\dummymodule.obj /OUT:build\lib.win32-2.7\numpy\core\_dummy.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\_dummy.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\_dummy.pyd.manifest" failed with exit status 1181
有人知道这个错误吗?
非常感谢!