You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by adambelbrik November 18, 2022
i need help, just installing the library using pip but am getting this error:
ModuleNotFoundError: No module named 'customtkinter'
Hi all, recently found CTK as I was looking for a way to bring an interface to my janky code and managed to land on CTK. went through and did a pip install and went through the demo and... ModuleNotFoundError: No module named 'customtkinter' popped up. Thought that was interesting and did another pip and even --upgrade just to make sure:
as we can see, everything is satisfied. thought it might be that, for whatever reason my Python version changed on me (this has happened before) but nope
Unsure as to where I can go from there, does anyone have any recommendations on this? As we can see there is already a discussion for this with the answer seemingly to just download the repo into your project - something I am wanting to avoid if possible
The text was updated successfully, but these errors were encountered:
I think I have multiple ideas about why this might be caused:
You installed this package on a virtual environment, but didn’t activate it
You are using the wrong python version while executing your code
Those are the only ideas I have. Try them out and post your answers!
It does seem like I had a Venv setup and it was causing an issue, changed away from the Venv to just the Python313.exe, checked its packages and customtkinter is there.
As for using the wrong version of Python, I had already thought of this and mentioned it in the post - PyCharm is using Python 3.13 based on python --version and my Project is setup to use Python 3.13 (Python 3.13 BiS-Deadlock) though this name has now changed since I am no longer using a Venv, its just Python 3.13
Discussed in #636
Originally posted by adambelbrik November 18, 2022
i need help, just installing the library using pip but am getting this error:
ModuleNotFoundError: No module named 'customtkinter'
Hi all, recently found CTK as I was looking for a way to bring an interface to my janky code and managed to land on CTK. went through and did a pip install and went through the demo and... ModuleNotFoundError: No module named 'customtkinter' popped up. Thought that was interesting and did another pip and even --upgrade just to make sure:
as we can see, everything is satisfied. thought it might be that, for whatever reason my Python version changed on me (this has happened before) but nope
Unsure as to where I can go from there, does anyone have any recommendations on this? As we can see there is already a discussion for this with the answer seemingly to just download the repo into your project - something I am wanting to avoid if possible
The text was updated successfully, but these errors were encountered: