shubhamchandak94 / LFZip

Error bounded lossy compression of time series using prediction-quantization approach
MIT License
25 stars 9 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'nanopore_test_compressed.bsc.tmp.dir/recon.bin' #9

Open zhongshunji opened 4 days ago

zhongshunji commented 4 days ago

When I run nlms_compress.py with the following command: python nlms_compress.py -m c -i ../data/evaluation_datasets/dna/nanopore_test.npy -o nanopore_test_compressed.bsc -a 0.01

I encounter the following error:

Traceback (most recent call last):
  File "D:\Desktop\lfzip\LFZip-1.1\src\nlms_compress.py", line 109, in <module>
    with open(tmpfile_recon, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory:'nanopore_test_compressed.bsc.tmp.dir/recon.bin'

Could you please help me resolve this issue? Thank you very much.

shubhamchandak94 commented 3 days ago

Hi, thanks for the comment. I have not tested lfzip on windows - maybe some part is not working properly on windows. I wonder if the installation itself fails (specifically the compilation of the C++ binary)