cwerner / fastclass

Little tools to download and then weed through images, delete and classify them into groups for building deep learning image datasets (based on crawler and tkinter)
Apache License 2.0
133 stars 25 forks source link

fcc not finding folder #26

Closed QQ-88 closed 4 years ago

QQ-88 commented 4 years ago

Just found this on fast.ai, great tool. I ran a test and the download worked fine but fcc does not find my folder.

Error message Folder

Am I doing something wrong?

cwerner commented 4 years ago

I don't think the folder is the issue. Seems like your system lacks tk?

Your error reads:

If this fails your Python may not be configured for Tk

If you are on linux try something like:

sudo apt-get install tk
QQ-88 commented 4 years ago

That was indeed the issue, I assumed that would be installed by default. Thank you for the prompt response!

cwerner commented 4 years ago

No Problem. I was also under the impression that tk is present on all mainstream distributions... 🤷‍♂