Congyuwang / RocksDict

Python fast on-disk dictionary / RocksDB & SpeeDB Python binding
https://congyuwang.github.io/RocksDict/rocksdict.html
MIT License
179 stars 8 forks source link

Support for Alpine Linux #140

Open 1Const1 opened 1 month ago

1Const1 commented 1 month ago

FROM python:3.12.4-alpine3.20 RUN python3.12 -m pip install --upgrade pip && python3.12 -m pip install rocksdict

Successfully installed pip-24.1.2

Same error here - ERROR: No matching distribution found for rocksdict or - Could not find a version that satisfies the requirement rocksdict (from versions: none)

Connected issue: https://github.com/Congyuwang/RocksDict/discussions/86

compiled on x86

How to solve it?

Perfectly works only on Debian image

Congyuwang commented 3 weeks ago

Sry for late reply. I don't really have an alpine distro for testing at the moment.