在 linux 上安装 ephem
Install ephem on linux
正在尝试在 linux、python 3.4.3.
上安装 ephem
我正在尝试 pip install ephem,但我不断收到以下错误。
extensions/_libastro.c:3:20: fatal error: Python.h: No such file or directory
我尝试使用软件管理器安装 libastro,但我仍然遇到同样的错误。我需要做什么才能安装 ephem。 Pyephem 给出相同的错误。
尝试运行这个命令:
sudo apt-get install python3-dev
然后再次 pip 安装
正在尝试在 linux、python 3.4.3.
上安装 ephem我正在尝试 pip install ephem,但我不断收到以下错误。
extensions/_libastro.c:3:20: fatal error: Python.h: No such file or directory
我尝试使用软件管理器安装 libastro,但我仍然遇到同样的错误。我需要做什么才能安装 ephem。 Pyephem 给出相同的错误。
尝试运行这个命令:
sudo apt-get install python3-dev
然后再次 pip 安装