python - How to install psycopg2 for django on mac -


i have postgresql installed (with postgresql app). when try "pip install psycopg2", "unable execute gcc-4.2: no such file or directory. how fix?

you need xcode compile gcc on macos. install command in terminal:

xcode-select --install 

or cold install app store.


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

c - Android and JNI real time clock -