unt-libraries / catalog-api

A Django project that lets you build and expose a REST API for your library's Sierra ILS-based catalog
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

psycopg2 install failed #43

Closed craigboman closed 9 months ago

craigboman commented 6 years ago

psycopg2-binary worked

jthomale commented 6 years ago

(I accidentally posted a comment before I was done writing it, so I apologize if you end up getting what appear to be duplicate notifications.)

Thanks for submitting a PR for this. This is one of the requirements that we're working on updating (e.g. in-progress work on branch update-dependencies). I won't incorporate this into master at this point because we're planning to address it in a future update, once we pick up that work again.

However, I am curious about what installation error you received and the circumstances surrounding it--I'm assuming it happened while you were installing psycopg2 outside of a Docker environment? Or did it happen during the Docker build (e.g., while running the init-dockerdata.sh script)?