简体   繁体   English

无法使用命令提示符安装 sklearn 库

[英]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.我必须使用命令提示符安装 sklearn python 库,使用命令pip install sklearn但它显示以下错误。

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.启动器中的致命错误:无法使用'"c:\python38\python.exe" "C:\Python38\Scripts\pip.exe" install sklearn' 创建进程:系统找不到指定的文件。

pythom -m pip install --upgrade pip

python -m pip install <package name>

This will help.这会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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