kimeraapp / pythonjobs.ie

Python jobs Ireland
http://pythonjobs.ie
GNU General Public License v2.0
30 stars 28 forks source link

python setup.py egg_info ERROR #112

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi, I am new to Django & Python and would like to contribute your project as much as I can. I am getting an error while installing the requirements as below;

Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\AppData\Local\Tem
p\pip-build-ke8tmrq_\psycopg2\

Could you help me on this point?

NakitaOza commented 7 years ago

@efebuyuk Do You have setuptools installed? pip install --upgrade setuptools

DandyDeveloper commented 6 years ago

Very late to this but @efebuyuk It's because you are missing dev libraries.

In Debian these are: sudo apt install libpq-dev python-dev In Windows these are: http://www.enterprisedb.com/downloads/postgres-postgresql-downloads and Python