beau_cronin
06/16/2021, 12:04 AMuvicorn@ea132a6a9580:/opt/wg$ meltano install
Installing 1 plugins...
Installing loader 'target-postgres'...
'coroutine' object has no attribute 'read'
sys:1: RuntimeWarning: coroutine 'StreamReader.read' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
uvicorn@ea132a6a9580:/opt/wg$ pip freeze | grep meltano
meltano==1.73.0
uvicorn@ea132a6a9580:/opt/wg$ cat meltano.yml
version: 1
send_anonymous_usage_stats: false
plugins:
loaders:
- name: target-postgres
variant: datamill-co
pip_url: singer-target-postgresbeau_cronin
06/16/2021, 12:04 AMbeau_cronin
06/16/2021, 12:05 AMdean_morin
06/16/2021, 12:30 AMpip install --upgrade pip before meltano install? I always get errors unless I do this (maybe not this particular one though)beau_cronin
06/16/2021, 12:54 AMvisch
06/16/2021, 12:15 PMvisch
06/16/2021, 12:16 PMvisch
06/16/2021, 12:18 PM'coroutine' object has no attribute 'read'
Is trying to tell you there's an access problem or something, but that's a complete guess.
Running this in debug mode may be helpful
meltano --log-level=debug installdouwe_maan
06/16/2021, 3:50 PMbeau_cronin
06/16/2021, 3:59 PMbeau_cronin
06/16/2021, 3:59 PMbeau_cronin
06/16/2021, 4:00 PMdouwe_maan
06/16/2021, 4:11 PMdouwe_maan
06/16/2021, 4:11 PMdouwe_maan
06/16/2021, 4:14 PMbeau_cronin
06/16/2021, 4:16 PMbeau_cronin
06/16/2021, 5:17 PMdouwe_maan
06/16/2021, 5:23 PMdouwe_maan
06/16/2021, 5:27 PMdocker pull meltano/meltano:v1.72.0douwe_maan
06/16/2021, 5:28 PMmeltano install is even getting to this line: https://gitlab.com/meltano/meltano/-/commit/e3655e7f4deb9db0dbbfcdc2156a8beb6a134790#3e6829026c98d73166d80cafa395dc62469b6d8e_38_52, suggests that pip install target-postgres failed for some reason, so maybe you can run that by itself and figure out what the error is. If you address the issue, meltano install may just succeed without getting to that broken code pathdouwe_maan
06/16/2021, 5:28 PMbeau_cronin
06/16/2021, 5:34 PMbeau_cronin
06/16/2021, 5:34 PM