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
I tried to read the LMDB files generated by this program from Python using the lmdb package in Python, and I just couldn't get it to work. Have you managed to make it work successfully?
The text was updated successfully, but these errors were encountered:
Did you build lmdb-js to use the v1 data format? npm install lmdb --build-from-source --use_data_v1=true
This is necessary for compatibility with other lmdb packages.
I tried to read the LMDB files generated by this program from Python using the lmdb package in Python, and I just couldn't get it to work. Have you managed to make it work successfully?
The text was updated successfully, but these errors were encountered: