so idk what to do i'm new to this and someone please help me
stormismanke opened this issue · 9 comments
this
You don't have the python library "customtkinter" installed in your system. Just install the package using package using pip install customtkinter
and run the code again.
This is a problem with Python, please uninstall it from control panel and reinstall (make sure to enable "Add to PATH option").
@ghubrakesh There is a problem going on with Python where PIP is not properly installed upon Python installation, this usually gets fixed when reinstalling Python.
FYI, the builder.bat already attempts to install required libraries.
You don't have the python library "customtkinter" installed in your system. Just install the package using package using
pip install customtkinter
and run the code again.
where do i get customkinter
This is a problem with Python, please uninstall it from control panel and reinstall (make sure to enable "Add to PATH option").
it still doesnt work
i deleted it from control panel and when i reinstalled it i downloaded blank grabber and it still dont work-_-
Did it show the same error? Which python version are you using? Also try to type python -m pip install customtkinter
in command prompt.
This is a problem with Python, please uninstall it from control panel and reinstall (make sure to enable "Add to PATH option").
it still doesnt work i deleted it from control panel and when i reinstalled it i downloaded blank grabber and it still dont work-_-
Open cmd and write this: pip install customtkinter
You don't have the python library "customtkinter" installed in your system. Just install the package using package using
pip install customtkinter
and run the code again.where do i get customkinter
Just run the pip install command I provided and customtkinter
will get installed in your machine.