jinpark / podcast

basic podcast seed app (since I end up making "a lot of" podcast websites for some reason)
1 stars 1 forks source link

psycopg2 2.6.2 issue? #32

Closed billyfung closed 6 years ago

billyfung commented 6 years ago

not sure if it's just me, but doesn't seem to want to install that version?

Collecting psycopg2==2.6.2 ▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:00
  Using cached psycopg2-2.6.2.tar.gz
    Complete output from command python setup.py egg_info:
    running egg_info
    creating pip-egg-info/psycopg2.egg-info
    writing pip-egg-info/psycopg2.egg-info/PKG-INFO
    writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
    writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
    writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
    Error: pg_config executable not found.

 Please add the directory containing pg_config to the PATH
    or specify the full executable path with the option:

        python setup.py build_ext --pg-config /path/to/pg_config build ...

    or with the pg_config option in 'setup.cfg'.
jinpark commented 6 years ago

can you try making a new virtualenv and install 2.6.2?

billyfung commented 6 years ago

hm it works fine, so guess it's not that

billyfung commented 6 years ago

weird that pipenv install --ignore-pipfile doesn't work, but i can make a new virtualenv and pip install -r requirements.txt works fine