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 /content/tiger/Bali_tigris #9

Closed ankushbanyal closed 4 years ago

ankushbanyal commented 5 years ago

self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: no display name and no $DISPLAY environment variable

cwerner commented 5 years ago

Hi

Can you tell me a bit about your Python version/ setup? Are you running on a headless server? Are you using a ssh connection (if so, try ssh -X ...).

H4dr1en commented 5 years ago

This bug may also occur if no graphical env is found: inside jupyter notebooks (likely regarding your "!" prepending the command) or from WSL.