简体   繁体   English

Python 模块安装 ModuleNotFoundError 错误

[英]Python Module Installation ModuleNotFoundError Error

Recently, I am trying to install PyDictionary on my IDE (I am using Mac).最近,我试图在我的 IDE 上安装 PyDictionary(我使用的是 Mac)。 However, when I typed "pip3 install PyDictionary" to my terminal, an error occurred as in the following picture.但是,当我在终端输入“pip3 install PyDictionary”时,出现如下图所示的错误。

错误 . .

I also tried to install setuptools by typing in "pip3 install setuptools", but it showed that the requirement is already satisfied.我还尝试通过输入“pip3 install setuptools”来安装 setuptools,但它表明要求已经满足。 Is there a way to solve this?有没有办法解决这个问题? Sorry if this is a silly question since I am only a middle school student.对不起,如果这是一个愚蠢的问题,因为我只是一个中学生。

you can verify the installation of the PyDictionary by using:您可以使用以下方法验证 PyDictionary 的安装:

pip list pip列表

and the meaning of "requirement is already satisfied" is that the setuptools is already installed.而“要求已经满足”的意思是已经安装了setuptools。

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

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