-2

enter image description hereI have been struggling to install a third party module for mac.

I spotted a similar question, (What is the most compatible way to install python modules on a Mac?)

However I'm getting a syntax error when following this advice.

Could anyone help me out?

enter image description here

Community
  • 1
  • 1
Jup
  • 127
  • 1
  • 8
  • Syntax error? `easy_install` or `pip` run from the terminal shell, **not** the python interpreter – OneCricketeer Oct 29 '16 at 18:28
  • 1
    Show the actual error *in the question*. That means editing it to add enough information to allow a diagnosis and answer. You might consider temporarily deleting the question (to avoid downvotes or close votes) in the interim, and undeleting it after you're done with the edits. – Charles Duffy Oct 29 '16 at 18:29
  • 1
    You might also consider going through http://stackoverflow.com/help/how-to-ask, and following the advice therein. – Charles Duffy Oct 29 '16 at 18:30
  • Thanks for the edit. Type `quit()`. Try the command again – OneCricketeer Oct 29 '16 at 18:44

1 Answers1

0

You are running Python 3.5 according to the image

pip is already available, no need to install it again.

You need to not be within the python interpreter REPL

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245