Is it expected PsychoPG was going to be removed fr...
# ask-community
m
Is it expected PsychoPG was going to be removed from the prefect base image?
Copy code
Containers:
  prefect-server:
    Container ID:  <docker://19de22d9acacc71bcb9b8fb3de0386804ce5e875a4a8bfee8e8d8907d10401a>b
    Image:         prefecthq/prefect:3.0.0-python3.10
    Image ID:      <docker-pullable://prefecthq/prefect@sha256:21a8986e282dcf480545d3ec5cab3dcf19d6467ea0fecbd3ad7eb3bb5622e395>
    Port:          4200/TCP
    Host Port:     0/TCP
kubectl logs pod/prefect-server-dev-7796dd596b-dlb57 -n prefect-servers .........
ModuleNotFoundError: No module named 'psycopg2'
n
hey @Matthew Scanlon - iirc this is what i get if i forget to use an asyncpg connection string - what does your value look like for PREFECT_API_DATABASE_URL
m
AHA! Thank you. Yes. I think something changed from the 2.x helm to the 3.x helm because i had to set
secret.create=false
and i suppose when i generated the secret, I did so incorrectly. Thanks so much Nate!
n
catjam