Development environment:
win10 x64
cuda10.0
anaconda4.0.0
catalog
1. PIP error: cannot open D: anaconda3/scripts/pip- script.py
2. PIP switches domestic sources
3. Solve SciPy error: importerror: cannot import name ‘show_ config’ from ‘numpy’ (unknown location)
4. Solve the problem of error: command error out with exit status 1
5. After installing scikit learn, it can be imported, but the running error is: importerror: DLL load failed: the specified program cannot be found
—————————————————————————————————————————————————————-
This error is due to the dependency package version is too high (too new).
Phenomenon restore: install scikit learn with anaconda, and then install Matplotlib to report the above error.
Solution: the installed version of Matplotlib is too high, and it can be solved by reducing the version.
However, this is not the end. Generally, scikit learn installed with the CONDA command may import normally, but it is easy to report an error when using it
The solution is to uninstall sklearn, and then use pip to install it again. However, if you directly use the PIP install scikit learn command to install it, there may be errors, and the process of installing again will be very complicated
See:
After installing sklearn, it can be imported normally, but an error is reported
Welcome to my personal blog: the road of machine learning
Read More:
- Python installation problem: error: Command erred out with exit status 1:
- Command errored out with exit status 1: python setup.py egg_info Check the logs for full command ou
- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comm
- Error: command error out with exit status 1: Python setup.py egg_ info Check the ”
- Python error: command error out with exit status 1:
- Error: command error out with exit status 1: Python setup.py egg_ inf
- Error: command error out with exit status 1: Python when installing mysqlclient in django2.0 setup.py egg_ info
- Error: command error out with exit status 1: Python when installing mysqlclient in centos7 setup.py egg_ info Check
- command ‘gcc‘ failed with exit status 4
- command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- Install Python package under MacOS: “error: Command ‘GCC’ failed with exit status 1”
- Ubuntu16.04 pip3 install PyAudio 出错:error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- Error: Command ‘/ usr / bin / clang’ failed with exit status 1 solution for Mac OS installation
- error: command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1, Raspberry Pi installation paramiko
- Error: Command ‘arm linux gnueabihf GCC’ failed with exit status 1, raspberry pie install paramiko
- Python MAC installation mysqlclient package error “error: Command ‘clang’ failed with exit status 1” solution
- Python Mac installs mysqlclient package error “error: command’clang’ failed with exit status 1” solution
- Building wheel for vrep-api-python (setup.py) … error ERROR: Command errored out with exit statu
- VsCode+Anaconda+jupyter Error: Kernel died with exit code
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment