添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
腼腆的小摩托  ·  MySQL 客户端报错 no ...·  4 月前    · 
睿智的大熊猫  ·  活动预告 | ...·  5 月前    · 
微笑的汉堡包  ·  刘帅·  6 月前    · 
呐喊的海龟  ·  ubuntu18.04安装wine、Play ...·  6 月前    · 

I’m trying to deploy a simple Django 4.2 website with psycopg-binary . It works with psycopg2-binary but for psycopg-binary I get “django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 or psycopg module” error, which implies it wasn’t installed in my virtual environment or requirements.txt file. But it’s most definitely there. Django added support for psycopg in the 4.2 release. This feels like a Fly issue unless I’m really missing something here. Have been able to reproduce several times flipping back and forth between psycopg2 and psycopg versions.

Any else having this issue? @katia