Closed csolisr closed 4 years ago
Hmm. it may be possible to vendor lock to a prior version of soupsieve, but I'm not sure what the dependency chain might be. It looks like 1.9.5 is the last 2.7 compatible version.
A possible fix might be to add
soupsieve==1.9.5
to the requirements.txt
file.
Ran into this issue today and setting soupsieve==1.9.5
in the requirements.txt
file did solve the issue for me.
As of today, the sync server seems to be impossible to build, as one of the current dependencies, Soupsieve, no longer supports Python 2. As per the build log:
Is there a way to bypass this in order to use a Python 2 - compatible version of Soupsieve, or will I have to wait until the Rust rewrite is ready for production?