If you can’t install it on pip, you can go to Python extension packages for windows – Christoph gohlke (UCI. EDU) to find what you need to install. For example, if I can’t install xgboost, search for xgboost here
Find the WHL file that matches your own Python Version (the file name and version supported by PIP), such as Python 3.0 represented by cp38.8;
You can enter Python – M PIP debug — verbose in CMD to view the file names and versions supported by your PIP:
After downloading the file, put the file in the same level directory of your Python running file and run PIP install # xgboost-1.5.1-cp38-cp38-win32.WHL (what I need is xgboost-1.5.1-cp38-cp38-win32.WHL)
Similar Posts:
- [Solved] xgboost Load Module File Error
- numpy.distutils.system_info.NotFoundError: no lapack/blas resources found problem solved
- MySQL_python‑1.2.5‑cp27‑none‑win_amd64.whl is not a valid wheel filename.
- To solve the problem of installing pyuserinput and pyhook — attributeerror: ‘hookmanager’ object has no attribute ‘k
- Troubleshooting the installation of twisted
- The solution of Python extension problem “unable to find vcvarsall. Bat”
- ImportError: No module named pil
- Opencv learning notes 05 face detection and recognition attributeerror: module ‘CV2’ has no attribute ‘face’
- Python PIP installs scrapy with an error of twisted
- [Solved] No module named extern.six.moves