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
Unfortunately, modern Linux distributions like Ubuntu or Manjaro (stable Arch Linux) recommend not to use pip, but either to use distribution port of Python modules (but ipld doesn't have one), or (pretty much) install from source.
ipld
, and other less common, more specialised or alternative dependencies?For ipld, there are several matches/similar: https://github.com/ipld/py-ipld-dag https://github.com/ipld/py-cid https://ipld.io/libraries -> https://ipld.io/libraries/python & https://ipld.io/libraries/rust/ etc.
Unfortunately, modern Linux distributions like Ubuntu or Manjaro (stable Arch Linux) recommend not to use
pip
, but either to use distribution port of Python modules (butipld
doesn't have one), or (pretty much) install from source.typing_extensions
is present on Manjaro.plylevel
on Manjaro runsudo pacman -S python-plyvel
. Is plyvel the same as https://github.com/wbolster/plyvel and https://plyvel.readthedocs.io/en/latest?Do we use https://github.com/google/leveldb as-is?
Steps to run the tests & to reset the DB to re-run the tests. I didn't look deeper, but ideally tests would check the results in the DB, too.
The text was updated successfully, but these errors were encountered: