maxincow
Results
1
comments of
maxincow
a quick workaround is force BUILD_OP_PLATFORM = 0 in setup.py: BUILD_OP_PLATFORM = 1 if sys.platform == "win32" else 0 solves "AssertionError: Unable to pre-compile async_io" under windows