Congyuwang / RocksDict

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

Ubuntu 18.04 is not supported? #78

Closed sevilen closed 11 months ago

sevilen commented 12 months ago

environment: Ubuntu 18.04, python3.6/python3.7

Congyuwang commented 11 months ago

3.6 no longer supported. By Ubuntu python 3.7 should work

Congyuwang commented 11 months ago

Do you find it unsupported? If so, it should be considered a bug.

sevilen commented 11 months ago

I have tried python3.7 and python3.9 on ubuntu 18.04.

image

Is it possible that the gcc or glibc version is the cause of this? Because ubuntu 20.04 is available.

Congyuwang commented 11 months ago

Hi, Ubuntu18 is supported. I just tried. You must be using a pip version that's too old.

Try running pip install -U pip before pip install rocksdict.

I've just tried on a new ubuntu-18 image, with the following commands:

截圖 2023-09-28 10 31 05

While your environment might be different, it should work as long as you updated your pip version.