-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cannot install Tkdesigner #8277
Comments
You are running Python 3.11, except tkdesigner is has specified that it wants Pillow >= 8.4 < 9, and those Pillow versions don't support Python 3.11. You are not the first to experience this - see ParthJadhav/Tkinter-Designer#425 and the similar ParthJadhav/Tkinter-Designer#405 for example.
|
Thanks |
Cool. So you were able to solve the problem and this is resolved then? |
yea I watched his video and just did workarounds finally got it, Thanks |
These problems? I'm not a VSCode user personally, but Googling, take a look at https://stackoverflow.com/questions/61026458/no-pyvenv-cfg-file and see if anything there is helpful. If you can't find IDLE, then it would be helpful to know how you installed Python. You may need to re-install it. I don't follow the change of topic to MySQL. |
I see, but VSCODE is just something I am currently using, but let it be pycharm or anything, even the mysql command line centre is missing VSCode was just a workaround for many things, I have many more problems and applied 100`s of solutions but eventually I have to figure a workaround For python however again I have reinstalled like 100k times using different methods and especially adding to path, I added to path manually, using code, just by clicking tick mark on the python installation window, many other tutorials but again I settled for a workaround Although this aint a big issue rn it seems interconnected especially "no pyven.cfg found", would just want to know the actual problem or cause to this, If you would know pls tell |
Could you include a screenshot of the error so that we can see more information? See what you think of https://bugs.python.org/issue41365 - I expect running
I don't understand how this relates to your Python problems. |
it doesnt, but seems to be a similar problem |
My bad but i didnt understand what ss to provide exactly |
Could you provide a screenshot of this error, happening outside of VSCode? Because it is happening everywhere for you, let's keep things simple. Could you also run |
So I expect E:\python.exe and E:\Scripts\python.exe are part of the virtual environment. Unless your intention is to use a virtual environment, remove them, and try again. |
@yoboy1102 did that resolve your problem? |
not really, i just worked around for now, thanks tho |
I am trying to use Tkdesigner for a python project, it shows many errors and i have tried few ways but none work pls help
Windows, Python 3.12.0 64-bit and Pillow 10.4.0 versions
###Note: I run this command in vs code terminal, if i open a new window(vs code) and type in python --version
it says No pyvenv.cfg found, same happens in CMD, I only am able to know the version of python if i go in a python file
s terminal and run the code python --version, Also, I was never able to find python
s IDLE or Command line center(MySQL), I Simply worked around it using vs codeThese are just backround issues I have that are possibly and probably related to the issue I have rn, I dont realistically need a solution for these but it could help you Identify the Issue I have rn
Thanks
The text was updated successfully, but these errors were encountered: