finn_frotscher
10/06/2021, 12:40 PMModuleNotFoundError: No module named 'psycopg2'
the Dockerfile
is unchanged.
no pip freeze > requirements.txt
apple m1, python 3.8, docker 20.10
airflow-scheduler:
image: meltano-bi:prod
build: ./meltano
command: invoke airflow scheduler
when i pip freeze
and docker build
i get:
#6 13.04 ERROR: No matching distribution found for ipython==7.28.0
------
executor failed running [/bin/sh -c pip install -r requirements.txt]: exit code: 1
ERROR: Service 'meltano-ui' failed to build : Build failed
finn_frotscher
10/07/2021, 8:34 AMfinn_frotscher
10/07/2021, 8:37 AMModuleNotFoundError: No module named 'psycopg2'
casey
10/07/2021, 5:09 PMpip_url
look like for Airflow (under orchestrators
in meltano.yml
)?