frlan / partuniverse

Another approach to keep track of parts inside a hacker space or more general storage.
Other
11 stars 7 forks source link

Older psycopg version needed #276

Closed mase76 closed 2 years ago

mase76 commented 2 years ago

Hi! Because you require django 2.2.20, you have to use psycopg 2.8.6. Otherwise you will run into this error: https://github.com/psycopg/psycopg2/issues/1293 Maybe you should add this to the requirements or add it to the installation instructions.

frlan commented 2 years ago

Usually this is an issue with used PostgreSQL-server and base system you are running on. CAn you be more specific her?

psycopg is not part of the upstream requirements for comp. reasons

mase76 commented 2 years ago

My base system is Debian Bullseye with PostgreSQL 13.7 It is not part of the generic requirements, but this info should be added to the instructions.

mase76 commented 2 years ago

The issue does not persist with Django 4.