You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
so this is what i did:
got a brand new ubuntu 18.04
run your install script. it fails at rockdb something...
tried to run it with --leveldb... now it fails at pip not found. installed pip, fails at python3.7 (default on ubuntu 18.04 is python3.6)
install python3.7 and point python3 to go to python3.7
installed again with --leveldb, everything works ok now.
so it doesn't work with rocksdb...you have to add --leveldb as a parameter
also you have to upgrade python to python3.7
install python3.7 and
sudo update-alternatives --config python3
....maybe you can include this somehow in the install script, if you have the time :)
The text was updated successfully, but these errors were encountered: