library · inferred from evidence
uvloop
A library that truss previously depended on, which does not support Windows.
- 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