Mala Pokhrel Asked: 2017-08-05 06:54:16 +0800 CST2017-08-05 06:54:16 +0800 CST 2017-08-05 06:54:16 +0800 CST 如何在 python 3 上安装 pyhdf 库? 772 我有 python 版本 2.7 和 3.5.3,但我需要在 python 版本 3.5.3 上安装 pyhdf 库。我该如何安装它? python 2 个回答 Voted Best Answer Mala Pokhrel 2017-08-07T04:52:33+08:002017-08-07T04:52:33+08:00 我稍后可以安装它。我从这里https://gist.github.com/eightysteele/1408088获得了一些帮助。我使用了以下代码 cd pyhdf-0.9.0 export INCLUDE_DIRS=/usr/include/hdf export LIBRARY_DIRS=/usr/lib export NOSZIP=1 python3 setup.py install sudo python3 setup.py install 在 python3 中安装它我们唯一需要做的就是编写 python3 而不是 python sherwin 2019-05-29T00:54:20+08:002019-05-29T00:54:20+08:00 我昨天在 github 问题中提出这个问题后得到了答案。 使用康达: conda install -c conda-forge python=3.7 pyhdf
我稍后可以安装它。我从这里https://gist.github.com/eightysteele/1408088获得了一些帮助。我使用了以下代码
在 python3 中安装它我们唯一需要做的就是编写 python3 而不是 python
我昨天在 github 问题中提出这个问题后得到了答案。
使用康达: