简体   繁体   中英

Pycharm - Error installing libraries

I was trying to install sklearn in Pycharm and encountered this error

在此处输入图片说明

Last time I encountered this error, I update pip using python -m pip install --upgrade pip in the command line and the installation worked. But this time it is already up to date.

Really appreciate any help about what I should to to install packages in PyCharm 在此处输入图片说明

The error says you don't have SciPy installed which is probably required for sklearn library to work.

Is SciPy installed in your system or is it broken?

Try installing(or reinstalling) that first from https://scipy.org/install.html

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