简体   繁体   中英

Python Module Installation ModuleNotFoundError Error

Recently, I am trying to install PyDictionary on my IDE (I am using Mac). However, when I typed "pip3 install PyDictionary" to my terminal, an error occurred as in the following picture.

错误 .

I also tried to install setuptools by typing in "pip3 install setuptools", but it showed that the requirement is already satisfied. 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:

pip list

and the meaning of "requirement is already satisfied" is that the setuptools is already installed.

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