Closed sdc50 closed 3 years ago
@sdc50 see #698
In short psycopg2 broke this with their 2.9.* release. You can downgrade psycopg2 to 2.8.6 to fix this problem and I think Nathan already pinged this in production.
Huh. This should be pinned in dev: #699
Also, this issue was first reported on #698
@sdc50 what version of Tethys?
The latest package for 3.4.0 is this one: tethys-platform-3.4.0-dev3_gb41ca3b.tar.bz2 It may be that issue where Conda isn't able to resolve the latest version correctly.
I removed all of the old dev packages so that you won't get an old package. Conda seems to have a hard time resolving our dev tagged releases.
I just built a new tethys environment with the latest dev release and got this error:
It seems like it's related to this https://github.com/psycopg/psycopg2/issues/1293 and this https://github.com/django/django/pull/14530
It seems like the solution is that we need to pin
psycopg2==2.8.6