【发布时间】:2015-10-06 22:25:38
【问题描述】:
我想将 netcdf4-python 安装到我的 Ubuntu14.04。 libhdf5-dev_1.8.11_5ubuntu7_amd64.deb 和 libnetcdf-4.1.3-7ubuntu2_amd64.deb 已安装。我从https://pypi.python.org/pypi/netCDF4#downloads下载了netcdf4-1.1.8.tar.gz 我尝试通过
配置它./configure --enable-netcdf-4 –with-hdf5=/usr/include/ --enable-share –prefix=/usr
但我收到以下消息:
bash: ./configure: No such file or directory
我不知道如何安装 netcdf4-python。 如果有人帮助我,我将不胜感激。
【问题讨论】:
标签: python ubuntu-14.04 netcdf