Hey has anyone gotten this error when running Melt...
# getting-started
l
Hey has anyone gotten this error when running Meltano on the command line (mac)
j
looks like you're using
pipx
to handle
meltano
(good), but I guess that you should downgrade werkzeug on pipx venv then
l
Hey @juan_luis_cano_rodriguez thanks for the response, I tried the standard
pip install
and that didn’t work and when using
pipx
i got the below.
j
pip install
refers to @lanre_nathaniel-ayodele venv, but they're using a
pipx
managed venv
so, pipx-managed
meltano
doesn't see the upgrade
try this:
pipx inject meltano "werkzeug<2.2"
l
Thanks @juan_luis_cano_rodriguez that worked, appreciate the help.
e
Thanks for helping out @juan_luis_cano_rodriguez! Note that new installations should be good now since the latest release of
Flask-Login