product · inferred from evidence
truss
A named offering that can be installed via pip, with versions and a GitHub repository mentioned.
- pip install truss fails on Windows: uvloop does not support Windows
This was a real bug on our side: truss pulled in uvloop, which does not support Windows, so every Windows install failed. We fixed it and shipped the fix in 0.9.7, so run pip install truss==0.9.7 or newer and it should install cleanly. If y