I installed the library successfully but cannot run #660
|
I am new to ttkbootstrap, sorry for asking this stupid question (maybe). I installed ttkbootstrap globally with the command 'pip -m install ttkbootstrap' but still encounter the above problem. Would someone helps (btw, my python version is 3.6)? |
Replies: 1 comment 2 replies
|
@JackIsGoofingOff, I recommend to update your python to a minimum of python 3.10, which still gets security updates through October of next year. The ttkbootstrap library should still work for 3.8 if you can't upgrade to 3.10, but anything below that is not supported. There might be a really old version of ttkbootstrap with an outdated API that supports that version of python, but Python support for 3.6 ended in 2021. |
@JackIsGoofingOff, I recommend to update your python to a minimum of python 3.10, which still gets security updates through October of next year. The ttkbootstrap library should still work for 3.8 if you can't upgrade to 3.10, but anything below that is not supported.
There might be a really old version of ttkbootstrap with an outdated API that supports that version of python, but Python support for 3.6 ended in 2021.