I used to inuput the command pip3 install module_name
to install any module and it was working. But suddenly I have the following error when I try to install something.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/pip", line 10, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
Do somebody know why this error occurs and how I can solve it please?