FileNotFoundError: [Errno 2] No such file or directory: 'temp/386958_1.jpeg'
Closed this issue · 0 comments
prodata-ops commented
I tried to download a book:
python3 download.py --id 386958 --pdf --ocr
But faced the following error:
Traceback (most recent call last):
File "/home/jafar/playground/anl-retrieval-cli/download.py", line 49, in <module>
with open(jpg_path, 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'temp/386958_1.jpeg'
Submitted by Nijat Hasanli.