I used command pip install pydot
to install module pydot but whenever I try to run a certain file through terminal it says the following error.
Traceback (most recent call last):
File "src/parser.py", line 3, in <module>
import pydot
ImportError: No module named pydot
I have done endless checking to make sure it was properly installed. I did check it in the python folder and it is there, indeed.
Does anyone know what am I missing? Is there something wrong with how it was installed?
I am using a macOS.
Thank you very much!