简体   繁体   中英

Unable to install sklearn library using command prompt

I have to install sklearn python library using command prompt, using the command pip install sklearn but it is showing the following error.

Fatal error in launcher: Unable to create process using '"c:\python38\python.exe" "C:\Python38\Scripts\pip.exe" install sklearn': The system cannot find the file specified.

pythom -m pip install --upgrade pip

python -m pip install <package name>

This will help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM