The provided wheel file appears to be incompatible with the uv tool. When attempting to install or update the depthai library using uv, the following error occurs:
error: Failed to install: depthai-3.1.0.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-win_amd64.whl (depthai==3.1.0.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c)
Caused by: RECORD file doesn't match wheel contents: Could not find entry for depthai-3.1.0.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c.data\platlib\.loadorderdepthai-92148.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c (.venv\Lib\site-packages\depthai-3.1.0.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c.data\platlib\.loadorderdepthai-92148.dev0+e9b424dea181ca2476ac4a9966e28f00e42d2b7c)
This suggests a discrepancy between the wheel’s RECORD metadata and its actual file contents—specifically, a missing .loadorderdepthai-*.dev0+... file entry. The issue may stem from how the wheel was built (e.g., non-standard packaging, or platform-specific post-processing).
Let me know if you’d like help troubleshooting or generating a compliant wheel.
Refs: