Navneet Vikram Tey

Results 18 comments of Navneet Vikram Tey

I would love having that feature too, It makes making notes based on images very very easier in contrast to what it has now, importing ==images==

Hi, Do you have all dependencies installed? What Distribution are you on ?

Can you do these 2 commands and share the output ` echo > pack && python3 download.py `

what happens when you run python3 download.py ?

Do you have python dependencies installed? because it seems as if Python script is failing , hence download is not happening.

> Fixed this by changing to the directory where the script was in. I hope this can be helpful. Was the issue that you were not in the same directory...

Hello what Linux Distribution are you using (Sorry for late followup)

Have you made sure that you have all the dependencies installed ?

Check if you have ffmpeg installed and tgs2png , I think one of them is missing for sure as my program is unable to count average frame delay

> I modified the script by removing the if condition so I'm now being shown the following error. `FileNotFoundError: [Errno 2] No such file or directory: 'result/0.png'` This error mean...