请问我应该如何在我的 python 图像上安装 psycopg2-binary。
我尝试pip install psycopg2-binary==2.8.2但出现此错误
ERROR: Could not find a version that satisfies the requirement psycopg2-binary==2.8.2 (from versions: 2.7.4, 2.7.5, 2.7.6, 2.7.6.1, 2.7.7, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9, 2.9.1) ERROR: No matching distribution found for psycopg2-binary==2.8.2
我的图像是python3.9-alpine
请问我该怎么办???