#๐ hey i need help
93 messages ยท Page 1 of 1 (latest)
@midnight olive
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 here to see this code in our pastebin.
i have every module downloaded, i have python downloaded
where did you download python from and how did you install the packages
i downloaded the python via microsoft store. and i downloaded cv2 and everything via cmd, pip install [module]
it might have to do with your python installation, the microsoft store is never recommended
try install it from the python official website instead
i did it ant now it shows this
the file ur trying to run doesnt exist
i downloaded python from ur link and it still shows this error
reportMissingImport
ReportMissingModuleSorce
thats not the issue
the file ur trying to run doesnt exist
the script?
and it doesnt exist
how do i make it exist
select the correct path when trying to run it
and how do i make that
okay wait
or you could try simply double clicking it
this one
i changed the path to the file correctly
and it still dont work
maybe its something in my script that dont work?
then you didnt install the packages
how do i check if i downloaded them
run py -m pip list in your terminal
did you uninstall the microsoft store - python.. what ever they have there, before installing it the right way?
If yes, did you also pip install the modules you are using again afterwards?
how do i do that?
during install, using the link @shrewd adder provided, you'll go through a few windows. in one of them is a box you can tick it reads something like
'add to PATH' or similar.
if that box isnt checked you have a harder time to run .py files.
However, before installing anything, make sure you uninstalled other installations first. easiest way to run into problems -> microsoft store ๐
Sorry for the ping!
python is already added to path
as shown here
good
what now
called it!
now what
uninstall all the python stuff you got. double check its all gone. install again using the link given by siqius, make sure to check the add to path box during install.
you could manually add it to path, but this way is easier for beginners
what path should i add?
none, the installer does it for you. you only tick a box for it during install and let the wizard do its job.
okay i just clicked install and it showed the path
well, if the microsoft version was removed before you should be able to upgrade pip now
okay i downloaded it
what not
now i need to download modules?
somehow?
do the pip list thing first to see if your version is up to date (and the installation was clean, cause if it was done right you can upgrade pip)
in terminal?
pip list?
yes
pip list is harmles, only shows you installed packages and complains when the pip version is out of date.
should i download something now?
open cmd and type
python
then hit enter. If it shows you some gibberish about versions you are good to go and can pip install the modules your python script uses next.
if it returns some error the installation or rather adding it to path wasn't done correctly.
it directed me to microsoft store and shows me python 3.13
๐
thats wild
install not done correctly, or uninstalling versions you installed before the last install not done correctly.
OR path box wasnt checked during install.
as long as this doesnt work you can't continue and have to go back to the first steps.
wait a second..
hmm.. never mind.
when you got it installed correctly and run
python
in cmd it throws you into a direct python interpreter.
when it does that you leave by typing
exit()```
next.
we just use it to test if everything works.
so i need to uninstall python again?
okay i download the lastest python
i did it
and it still direct me to the microsoft
i download it too
what now
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.