作者ihaveaids ()
看板Python
标题[问题] python 读取netCDF
时间Tue Jul 28 18:28:34 2015
请问各位大大有用过吗
我已安装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://webptt.com/cn.aspx?n=bbs/Python/M.1438079316.A.907.html
1F:→ ccwang002: 你可以看一下你 netCDF 的版本吗,至少要 4.1.1 07/28 20:34
2F:→ ccwang002: 可以用 nc-config --version 07/28 20:34