在linux上安装ephem

时间:2017-04-16 16:07:41

标签: python-3.x pyephem

尝试在linux上安装ephem,python 3.4.3。

我正在尝试pip install ephem并且我一直收到以下错误。

extensions/_libastro.c:3:20: fatal error: Python.h: No such file or directory

我尝试使用软件管理器安装libastro但我仍然遇到同样的错误。我需要做什么才能安装ephem。 Pyephem也犯了同样的错误。

1 个答案:

答案 0 :(得分:3)

尝试运行此命令:

def display_selection(request):
    if request.method == 'POST':
        course_form = CoursesForm(request.POST) # <CourseForm bound=False...>

        if course_form.is_valid():  # Not valid here
            selected_course = course_form.cleaned_data['course']
    else:
        pass

然后重新安装