Ubuntu 18.04 is not supported? #80
|
environment: Ubuntu 18.04, python3.6/python3.7 |
Answered by
Congyuwang
Sep 28, 2023
Replies: 4 comments
|
3.6 no longer supported. By Ubuntu python 3.7 should work |
0 replies
|
Do you find it unsupported? If so, it should be considered a bug. |
0 replies
0 replies
Answer selected by
Congyuwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi, Ubuntu18 is supported. I just tried. You must be using a pip version that's too old.
Try running
pip install -U pipbeforepip install rocksdict.I've just tried on a new ubuntu-18 image, with the following commands:
apt-get updateapt-get install python3.7apt-get install python3-pip(this pip version won't work, which is too old to recognize our wheel!)pip install -U pip(need to update pip version.)pip install rocksdictWhile your environment might be different, it should work as long as you updated your pip version.