lgarron / folderify

:file_folder: Generate pixel-perfect macOS folder icons in the native style.
MIT License
1.5k stars 36 forks source link

ImportError: No module named folderify.__main__ #46

Closed blasterbug closed 3 years ago

blasterbug commented 3 years ago

After installing on Big Sur from brew and running the command for instance folderify ~/Downloads/octocat.png ~/GitHub I got the following error:

Traceback (most recent call last):
  File "/usr/local/bin/folderify", line 7, in <module>
    from folderify.__main__ import main
ImportError: No module named folderify.__main__
lgarron commented 3 years ago

Hmm, I can't really make sense of that error, and I was able to install. Could you try brew reinstall folderify?

blasterbug commented 3 years ago

(Sorry for the slow answer) I did try before opening the issues and I tried again before replying and still the same error. I did get an error this time when I run brew doctor about the folderify not being linked, after linking, it works.