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. Nevertheless, according to my terminal, it said "No module named 'setuptools'", which to me, is contradicting. Sorry if this is a silly question since I am only a middle school student.