Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决

今天使用python的时候,想要导包出现了这种问题

直接进入主题,

个人觉得是因为python和Pip的版本不匹配,我是使用的python3.7然后pip使用的是22.4

导致报错,我就把pip退回一下成为20.2.4的,然后就成功了,注意我使用的是IEDA

这里我直接命令行输入python -m pip install pip==20.2.4

Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决_第1张图片

OK。这里就是successful了,成功退回了

下图是没有导包之前,然后我点击导包

Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决_第2张图片

下图就是成功导入的提示

Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决_第3张图片

Try to run this command from the system terminal. Make sure that you use the问题,亲测已解决_第4张图片

到此为止,已经成功解决了

你可能感兴趣的:(python,开发语言)