尝试在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也犯了同样的错误。
答案 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
然后重新安装