当运行包含pytables的代码时,我得到以下错误:File "C:\Users\pierr\python354\lib\site-packages\pandas\io\pytables.py", line 469, in __init__File "C:\Users\pierr\python354\libFile "C:\Users\pierr\python354\lib\site-packages\
我有:我得到了:collect2: ld returned 1 exit status You may need to explicitly state where your local HDF5 headers and
library can be found by setting the ``HDF5_DIR`` environme
stdin>", line 1, in <module>这很奇怪,因为我让它在非intel python环境下运行,所以我尝试检查pytables/conda upgrade pytablesSolving package specifications: ..
# packages in environment at /opt/
我有一个依赖于PyTables的Flask应用程序,需要转到生产服务器上。PyTables需要在安装时构建numpy (以及numexpr和cython),因此只需将依赖项按顺序放置在requirements.txt中即可生成ERROR:: You need numpy 1.4.1or greater to run PyTables!。