ful1e5 / BreezeX_Cursor

extended KDE cursor.
GNU General Public License v3.0
297 stars 5 forks source link

from clickgen.util import PNGProvider ModuleNotFoundError: No module named 'clickgen.util' #21

Closed kouhe3 closed 1 year ago

kouhe3 commented 1 year ago

File "build.py", line 7, in from src.configure import get_config File "/workspaces/BreezeX_Cursor/builder/src/configure.py", line 7, in from clickgen.util import PNGProvider ModuleNotFoundError: No module named 'clickgen.util'

image

ful1e5 commented 1 year ago

You need to install clickgen 1.2.0 because clickgen>2.0.0 has been refactored. you can install clickgen1.2.0 via pip:

pip install clickgen==1.2.0

Links