Open fpokryvk opened 10 months ago
We solved our current problem by fixing 2.9.0 version I imagine many will encounter the same issue.
what version of python are you on? I thought contextvars was stdlib.. :(
It was failing on machines with python 3.6
This change https://github.com/Knio/dominate/commit/d72dca859ee4ed9113ce133fcd7d3c28cc54f54e introduced dependency on contextvars package, that is not installed by
pip3 install dominate
.