#๐ Downloading Python Errror Help
29 messages ยท Page 1 of 1 (latest)
@jolly pasture
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Click the "log file" and show what us whats in it
Its a long note. Should I copy paste it here?
yes
There was an error uploading your paste.
Doesn't really show much. How and where did you download Python from? @jolly pasture
Your installer is failing while attempting to install Tkinter... so it's likely permissions related.
Are you admin?
Did you run the installer as admin? And also, can you try selecting the "Install for all users" option, since some people have luck with that?
as admin, should i not?
That's fine. You probably want to select the "Install for all users" option I mentioned. It should be in "Customize installation" then next until you get to Advanced options.
Also, is this your first time installing Python?
Yes. I've been learning java in class, and want to learn python too
For all user doesnt work either
A way you can fix this is by unchecking the "Tcl/Tk" box in the Optional features menu. That will however leave you without Tkinter and IDLE. If you want those (which you probably do), you'll have to go back to the installer after it's done and select those options again so they're installed.
If it still fails, the log should point you to other logs specific to each component which should all be in your %LocalAppData%\Temp folder. Those logs (specifically the one for tcltk) should give you a bit more info on why it might have failed.
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
you need $PATH also for running python in cmd
Hi guys I'm new here. If you can try "customize installation"?
in windows i think it's preferred to use the bundled python launcher py insted of python or python3 when calling it from the command line/teminal
also make sure that windows haven't tried to "help you" by installing python from the windows store, if it has you should go ahead and uninstall that one
@jolly pasture ๐
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.