简体   繁体   中英

Error while installing python libraries like matplotlib ,seaborn and many more

I newly bought a laptop. There was not any much pre-installed apps.. I downloaded python and even installed it. It was working smoothly. I even installed pandas and numpy using PIP. (ie python -m pip install pandas/numpy).

When i tried to install other libraries like matplotlib (>python -m pip install matplotlib) from a cmd , i was getting a error

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

I have excluded many lines of the error in between (saying copying......) as it was too many like 200-300.

I was using python 3.10.

The same problem arises while installing other libraries like seaborn ,sklearn, nltk and others too.

Matplotlib does not support python 3.10. Consider downgrading to install. This link might help with seaborn.

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