We are running into the same issue with `markupsaf...
# troubleshooting
c
We are running into the same issue with
markupsafe
and after pinning it according to the earlier message we are getting an error with
itsdangerous
Copy code
ImportError: cannot import name 'json' from 'itsdangerous'
We are running meltano 1.95.0. Thanks!
a
Not sure what is happening here. Cc @edgar_ramirez_mondragon in case he has insight on this.
@chris_marchetti - is this happening on a fresh virtualenv or is it possible you have other competing installs and/or prior remnants from another meltano install?
c
It is getting installed inside a docker container as part of a github action which deploys our pipeline.
e
I think pinning
MarkupSafe<2.1.0
is the safest way
c
So not
MarkupSafe==2.1.0
? I will give it a try.
So @edgar_ramirez_mondragon, no to
MarkupSafe==2.1.0
or no to trying
MarkupSafe<2.1.0
?
e
Sorry for the confusion. No to
MarkupSafe==2.1.0
I mean. I think that's the version with the breaking change 🙂
c
Thanks, I misunderstood!