2012-07-15 154 views
0

我尝试安装pytable模块。我使用win7 x32,python 2.7.3(x32),cython 0.16,visual studio 2008(9.0)。在cmd.exe'以管理员身份运行'写入:'python setup.py install --hdf5 =“C:\ Program Files \ HDF Group \ HDF5 \ 1.8.9”'。无法在Windows上安装PyTables

但也有未解决的外部符号和构建失败:

* Found numpy 1.6.2 package installed. 
* Found numexpr 2.0.1 package installed. 
* Found Cython 0.16 package installed. 
* Found HDF5 headers at ``C:\Program Files\HDF Group\HDF5\1.8.9\include``, libra 
ry at ``C:\Program Files\HDF Group\HDF5\1.8.9\lib``. 
* Could not find LZO 2 headers and library; disabling support for it. 
* Could not find LZO 1 headers and library; disabling support for it. 
* Could not find bzip2 headers and library; disabling support for it. 
cythoning tables\linkExtension.pyx to tables\linkExtension.c 
running install 
running build 
running build_py 
running build_ext 
No module named msvccompiler in numpy.distutils; trying from distutils 
building 'tables.utilsExtension' extension 
C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W 
3 /GS- /DNDEBUG -DNDEBUG=1 -DWIN32=1 -D_HDF5USEDLL_=1 -Iblosc -IC:\Python27\lib\ 
site-packages\numpy-1.6.2-py2.7-win32.egg\numpy\core\include -I"C:\Program Files 
\HDF Group\HDF5\1.8.9\include" -IC:\Python27\include -IC:\Python27\PC /Tctables\ 
utilsExtension.c /Fobuild\temp.win32-2.7\Release\tables\utilsExtension.obj -Isrc 
-DH5_USE_16_API 
Found executable C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe 
utilsExtension.c 
c:\program files\hdf group\hdf5\1.8.9\include\H5public.h(47) : fatal error C1083 
: Не удается открыть файл include: stdint.h: No such file or directory 
error: Command "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /n 
ologo /Ox /MD /W3 /GS- /DNDEBUG -DNDEBUG=1 -DWIN32=1 -D_HDF5USEDLL_=1 -Iblosc -I 
C:\Python27\lib\site-packages\numpy-1.6.2-py2.7-win32.egg\numpy\core\include -I" 
C:\Program Files\HDF Group\HDF5\1.8.9\include" -IC:\Python27\include -IC:\Python 
27\PC /Tctables\utilsExtension.c /Fobuild\temp.win32-2.7\Release\tables\utilsExt 
ension.obj -Isrc -DH5_USE_16_API" failed with exit status 2 
+0

我有同样的问题。一直试图安装5天的表格。有关于此的任何信息? – 2015-02-25 19:53:20

+0

@ G-XP-MIA:来自接受答案的URL帮助我! http://www.lfd.uci.edu/~gohlke/pythonlibs/#pytables – invis 2015-02-26 15:30:26

+1

是的,很抱歉表达自己不好。我已经尝试过,但是我很难安装whl。似乎无法实现。 – 2015-02-26 16:28:40

回答

4

从源代码在Windows上安装使用C扩展Python包是困难的。幸运的是,有人建立这些工具包,并使它们可用:http://www.lfd.uci.edu/~gohlke/pythonlibs/#pytables

从二进制工具包安装它,你会更快乐。

+0

非常感谢,官方网站上没有二进制安装程序,所以我想......谢谢:) – invis 2012-07-15 14:26:04