Can't find make on OSX?
Just installed PyCharm as I'd like to get into more Python development. Using a Mac with OSX 10.8.3 and running PyCharm 2.7.2 freshly installed. Went to go add the built-in Python 2.7.3 interpreter and that went great. However, if I try to install any modules through the Preferences section of PyCharm (such as PySide) I get the following message:
"Install packages failed: Error occurred when installing package PySide. Details..."
When you click on the link you get the following error:
"error: You need the program "make" on your system path to compile PySide."
I'm a bit confused because 'make' is in my path and can be accessed from a command line:
$ make
make: *** No targets specified and no makefile found. Stop.
Ideas? Kind of hard to pay for a product that I can't even get to work! :)
"Install packages failed: Error occurred when installing package PySide. Details..."
When you click on the link you get the following error:
"error: You need the program "make" on your system path to compile PySide."
I'm a bit confused because 'make' is in my path and can be accessed from a command line:
$ make
make: *** No targets specified and no makefile found. Stop.
Ideas? Kind of hard to pay for a product that I can't even get to work! :)
Please sign in to leave a comment.