Python 3 학습 노트: Cython 을 사용 하여 디 버 거 speedups 를 찾 을 수 없 음

1002 단어 인공지능Python3
py 모듈 을 처음 실행 할 때 (eclipse), 보통 warning 을 만 납 니 다.
warning: Debugger speedups using cython not found. Run '"C:\Python\Python36\python.exe" "C:\D\J2EESpace\eclipseNEON2\plugins\org.python.pydev.core_6.3.3.201805051638\pysrc\setup_cython.py" build_ext --inplace' to build.
pydev debugger: starting (pid: 10056)

이 warning 은 프로그램 실행 에 영향 을 주지 않 습 니 다.힌트 가 cython 을 찾 을 수 없습니다.
Cython 은 Python 의 확장 모듈 도구 로 Python 과 C 언어 를 혼합 하여 컴 파일 하여 Python 의 운행 효율 을 가속 화 합 니 다.
알림 에 따라 "pysrc" 디 렉 터 리 에 들 어가 서 실행 합 니 다.
python setup_cython.py build_ext --inplace

됐다.
때때로 실행 중 에 'Microsoft Visual C + + 14.0 is required' 라 는 오류 알림 이 발생 할 수 있 습 니 다.
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

따라서 PC 에 Microsoft Visual C + + 14.0 (다운로드 주소) 이 설치 되 어 있 음 을 보증 해 야 한다.

좋은 웹페이지 즐겨찾기