emcp
12/04/2021, 9:45 PMmeltano ui
.. but when I goto the page nothing works.. not even connect error, it just spins and spins..
I sudo kill -9 <pid>
and meltano ui
again while watching the terminal.. and got this.. but unsure if it's my fault or .. have I hit some python misconfiguration..?emcp
12/04/2021, 9:46 PMemcp
12/04/2021, 10:30 PMpip3 install meltano
needs to have some sub-dependencies pinned differently? I cannot recreate the bug easily nor understand the error other than it's related to markdown.extensions
emcp
12/04/2021, 10:44 PMmachine-266: 23:36:27 WARNING unit.meltano/102.juju-log About to pip install Meltano
unit-meltano-102: 23:36:47 WARNING unit.meltano/102.install ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
unit-meltano-102: 23:36:47 WARNING unit.meltano/102.install ERROR: importlib-resources 5.4.0 has requirement zipp>=3.1.0; python_version < "3.10", but you'll have zipp 1.0.0 which is incompatible.
unit-meltano-102: 23:36:47 WARNING unit.meltano/102.install ERROR: snowflake-connector-python 2.7.1 has requirement cryptography<4.0.0,>=3.1.0, but you'll have cryptography 2.8 which is incompatible.
unit-meltano-102: 23:36:47 WARNING unit.meltano/102.install ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have itsdangerous 2.0.1 which is incompatible.
machine-266: 23:36:53 WARNING unit.meltano/102.juju-log meltano installed
pablo_seibelt
12/05/2021, 9:10 PMemcp
12/06/2021, 6:08 PMemcp
12/06/2021, 6:08 PMemcp
12/06/2021, 6:09 PMemcp
12/06/2021, 6:09 PMemcp
12/06/2021, 6:12 PMemcp
12/06/2021, 6:13 PMapt update
apt -y upgrade
apt -y install python3-dev python3-pip libpq-dev python3.8-venv python-is-python3
juju-log -l "WARNING" "Apt dependencies installed"
status-set maintenance "Apt dependencies installed $(date +"%H:%M")"
#######################################################################################################################
# Install Meltano via pip
#######################################################################################################################
status-set maintenance "About to pip install Meltano $(date +"%H:%M")"
juju-log -l "WARNING" "About to pip install Meltano"
pip3 install meltano poetry
status-set maintenance "meltano installed $(date +"%H:%M")"
juju-log -l "WARNING" "meltano installed"