看板 Python 關於我們 聯絡資訊
請問各位大大有用過嗎 我已安裝netcdf4 hdf5 然後開始裝python-netcdf4-1.1.8 看起來有安裝成功 但是在import時出現 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/site-packages/netCDF4-1.1.8-py2.6-linux-x86_64.egg/netCDF4/__init__.py", line 3, in <module> from ._netCDF4 import * ImportError: /usr/lib64/python2.6/site-packages/netCDF4-1.1.8-py2.6-linux-x86_64.egg/netCDF4/_netCDF4.so: undefined symbol: nc_inq_var_fletcher32 想問各位大大有遇到這個問題嗎? 那是如何解決呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.116.24.15 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1438079316.A.907.html
ccwang002: 你可以看一下你 netCDF 的版本嗎,至少要 4.1.1 07/28 20:34
ccwang002: 可以用 nc-config --version 07/28 20:34