im unable to install cortexadb on windows using uv/pip. it looks like wheels are only available for linux and macOS for versions 0.1.2 and onward? i was previously able to use version 0.1.1 on windows without issues, but newer versions are failing to resolve.
- os: windows 11 x64
- python: 3.12.12
uv pip install cortexadb==1.0.0
x No solution found when resolving dependencies:
`-> Because cortexadb==1.0.0 has no wheels with a matching platform tag (e.g., `win_amd64`) and you require
cortexadb==1.0.0, we can conclude that your requirements are unsatisfiable.
hint: Wheels are available for `cortexadb` (v1.0.0) on the following platforms: `manylinux_2_34_x86_64`,
`macosx_11_0_arm64`
i noticed there was a previous pr attempting to re-enable windows builds in the release workflow #5, but it looks like it was closed without being merged.
i did a little more searching and found that there have been attempts to fix usearch MAP_FAILED on windows in main-dev branch about 10 hours ago. ihave no idea what any of this means but i guess for now we have to wait for those fixes to get merged and official updated release?
im unable to install cortexadb on windows using uv/pip. it looks like wheels are only available for linux and macOS for versions 0.1.2 and onward? i was previously able to use version 0.1.1 on windows without issues, but newer versions are failing to resolve.
i noticed there was a previous pr attempting to re-enable windows builds in the release workflow #5, but it looks like it was closed without being merged.
i did a little more searching and found that there have been attempts to fix usearch MAP_FAILED on windows in main-dev branch about 10 hours ago. ihave no idea what any of this means but i guess for now we have to wait for those fixes to get merged and official updated release?