0

Im trying to install a library for python 2.7 on mac

so i enter the command:

python -m pip install pyttsx

and the answer was /usr/bin/python: No module named pip

so i tried this to prove that pip exist

enter image description here

and it shows me that pip exist, so where is pip and why terminal says me that pip doesn't exist? How can i fix it?

coder
  • 8,346
  • 16
  • 39
  • 53
Ger
  • 238
  • 4
  • 15
  • Possible duplicate of [How do I install pip on macOS or OS X?](https://stackoverflow.com/questions/17271319/how-do-i-install-pip-on-macos-or-os-x) – Manmohan_singh May 08 '18 at 03:39
  • no bro i already install pip but the terminal says me that pip doesn't exist – Ger May 08 '18 at 03:42
  • 1
    Screenshots shows python 3.4.3 version. So pip isn't installed for python v2.7 but 3.4.3. You can try `python3 -m pip install pyttsx` – slackmart May 08 '18 at 04:32

0 Answers0