Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kouhe3 opened this issue Sep 25, 2022 · 1 comment

Comments

@kouhe3
Copy link

kouhe3 commented Sep 25, 2022

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
Copy link
Owner

ful1e5 commented Sep 30, 2022

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

@ful1e5 ful1e5 closed this as completed in 6a1a31c Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants