When you first run the PY module (eclipse), you usually encounter 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)
The warning will not affect the running of the program. Indicates that cython was not found.
Python is an extension module tool of python, which is mixed with Python and C language to speed up the efficiency of Python.
According to the prompt, enter the “pysrc” directory and execute
python setup_cython.py build_ext --inplace
That’s it.
Note that “Microsoft Visual C + + 14.0 is required” error sometimes occurs during execution.
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
Therefore, it is necessary to ensure that Microsoft Visual C + + 14.0 (download address) is installed on the PC.
Read More:
- Python learning notes (5) — cross entropy error runtimeerror: 1D target tensor expected, multi target not supported
- yarn install gyp verb `which` failed python2 Error: not found: python2
- Android learning notes 03: some problems and solutions in the learning process
- Python module learning-Paramiko-Use python to throw an exception: Authentication failed.
- Error loading Python DLL ‘python36.dll’. LoadLibrary: The specified module could not be found.
- OpenGL learning notes and other learning thinking
- Can’t find Python executable “D:\python3\python.exe”, you can set the PYTHON env variable.
- Learning notes of OpenGL — blending
- Summary of Python deep learning packages
- VTK learning notes: visual model
- Python about typeerror: required argument ‘mat’ (POS 2) not found error resolution
- OpenGL learning notes: Problems and Solutions
- Error: not found: python2 when executing NPM install
- Notes: Windows Python installation and removal error 2203 / 2502 / 2503
- R learning notes (1) — ARIMA model
- Code blocks debugger debugger setup problem
- Learning notes — opengl01
- Python error: resource u’tokenizers / Punkt/ english.pickle ‘ not found.
- python root:code for Hash MD5 was not found. Error
- OpenCV3.1 + Python2.7 error “DLL load failed: The specified module could not be found”