plyvel._plyvel.IOError: IO error: Invalid argument
I am receiving the below error, please could you assist.
(envname) jordyn@DESKTOP-R6AIPP6:~/btcposbal2csv$ python btcposbal2csv.py /mnt/b/.Bitcoin/chainstate /home/jordyn/addresses_with_balance.csv
reading chainstate database
inmem
Traceback (most recent call last):
File "btcposbal2csv.py", line 201, in
Please provide more context, namely the version of the python and the libraries used (plyvel, hashlib..)
Looks like he seems to be using Windows Subsystem for Linux, that file system might not be compatible
I tried it myself using WSL and ran into the same problem. But a normal linux machine worked fine.