aaronsteers
02/18/2022, 6:35 PMflask
and markupsafe
. You can follow our progress on this issue and post comments in the issue if you are affected.
Current ETA is 5pm Central time or sooner, expecting resolution in our new Meltano release already planned to come out later today.
Error ImportError: cannot import name 'soft_unicode' from 'markupsafe' (#3257) 路 Issues 路 Meltano / Meltano 路 GitLabaaronsteers
02/18/2022, 6:38 PMReuben (Matatika)
02/18/2022, 7:00 PMpip install
.
For the latest version, you can run:
echo "MarkupSafe==2.0.1" >> constraints.txt
pip install -c constraints.txt meltano
For meltano==1.84.0
(which we are using), wtforms
has to be constrained as well:
echo "wtforms<3.0.0" >> constraints.txt
echo "MarkupSafe==2.0.1" >> constraints.txt
pip install -c constraints.txt meltano==1.84.0
aaronsteers
02/18/2022, 7:33 PMdbt
users are similarly affected and they (dbt Labs) have their own issue tracker as well for the impact on dbt: https://meltano.slack.com/archives/CKHP6G5V4/p1645211420572649aaronsteers
02/19/2022, 1:21 AM1.96.0
. Please try it out and let us know if you see any further issues.
https://meltano.slack.com/archives/CFG3C3C66/p1645232905689869