google / gif-for-cli

https://opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Apache License 2.0
2.93k stars 161 forks source link

No such file or directory error #7

Open devilsgeographer opened 6 years ago

devilsgeographer commented 6 years ago

anaconda 3, created new environment, pulled the code, installed dependencies. ran setup.

Traceback: image

This happens no matter which gif I use. The folders are created in the cache directory, with nothing in them

devilsgeographer commented 6 years ago

I take that back - it works for a tenor gif, not other gifs from the web. Recommend more clear message if invalid input is the cause.

SeanHayes commented 6 years ago

It looks like in your example you're specifying a local file, correct?

Have you tried installing outside Anaconda? I'm not familiar with that env.

devilsgeographer commented 6 years ago

Yes that is with a local file.

I have not tried without using anaconda. I think in this case based on that I can get other things to run, there is something with the gif. I had googled a specific gif, saved to disk, and it gave the error. A diff gif file from tenor worked without error.

From: Seán Hayes [mailto:notifications@github.com] Sent: Friday, June 15, 2018 2:49 PM To: google/gif-for-cli gif-for-cli@noreply.github.com Cc: Roy Jackson rjackson@geo-comm.com; Author author@noreply.github.com Subject: Re: [google/gif-for-cli] No such file or directory error (#7)

It looks like in your example you're specifying a local file, correct?

Have you tried installing outside Anaconda? I'm not familiar with that env.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/google/gif-for-cli/issues/7#issuecomment-397751138, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQvVTfUvjSZdPycltdUjpiW6AIQsnhSTks5t9CvUgaJpZM4UpwGF.

SeanHayes commented 6 years ago

If you delete the directory named 63096e... and rerun, does it work?

wesleyegberto commented 6 years ago

+1 @SeanHayes worked after remove all folders in ~/.cache/gif-for-cli/1.1.1

SeanHayes commented 6 years ago

Note to self: failed file generation should be handled better.