Showing: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App
@alanyeung9862 Жыл бұрын
i had the same error.. you can try "py -3 -m venv myenv"
@saadkamboh57317 ай бұрын
@@alanyeung9862 No suitable Python runtime found Pass --list (-0) to see all detected environments on your machine or set environment variable PYLAUNCHER_ALLOW_INSTALL to use winget or open the Microsoft Store to the requested version.
@bambangpurnamasidik8455Ай бұрын
@@alanyeung9862 thanks man
@roy12386 Жыл бұрын
FINALLY! i have been struggeling with downloading it for an hour and your video was the one to help me thanks
@MrMenace3210 Жыл бұрын
This works - but why does pandas still have the yellow line?
@deldagon1 Жыл бұрын
Does this mean that everytime i need to import pandas, i need to run the virtual environment? And all the python files that have the code "import pandas" must be inside that pandasapp folder?
@ramizkaraeski5869 ай бұрын
Still lookin for answer
@nbtquoc4 ай бұрын
that's correct. You can also install it globally, by running "pip install pandas" at the beginning. However, I heard that there were errors due to incompatibility of different pandas, pip version.
@trinhk Жыл бұрын
Thanks for the tip. How do you install pandas so that it can be used globally rather than individual project related environment?
@atetraxx Жыл бұрын
Don't do that
@danielbavisetti873111 ай бұрын
@@atetraxx Why?
@nbtquoc4 ай бұрын
@@danielbavisetti8731 As far as I know, to avoid conflict between different pandas version
@peachyplaying405Ай бұрын
@@atetraxx why?????
@Random96GamingTech6 ай бұрын
I've been looking for a video that shows how to do this. So far this is the most helpful video I found. Thanks a lot!
@komaltribhuvan885010 ай бұрын
After command python -m venv myenv Its showing no module named venv How to resolve this?
@mohamedleminetaya45618 ай бұрын
"pip install virtualenv" in command prompt and then do what' in the video it should work
@bakuto.1055Ай бұрын
How should I install pandas in general for every project?
@ViewMotives8 күн бұрын
it solve my problem for 2 long years haha thank you
@sarfrazahmad_x1 Жыл бұрын
Thank you for the detail..It was a deep detail of the downloading of the pandas.❤
@vandananarale580210 ай бұрын
Thanks for this video,I struggle lots of for installation
@aymanabdu24286 ай бұрын
My pandas is already installed but it still says “module not found”
@sHield_oG091324 күн бұрын
Very much appreciated sir ❤
@eyashamdan43714 ай бұрын
Thank you!!! this was very helpful!
@AleenaSaeed1209 Жыл бұрын
I don't have this +icon to select command prompt plz help 😢
@swarnimvarshneya6944 Жыл бұрын
is the volume of video really low?
@MK-vd1kz Жыл бұрын
Yes more volume but otherwise great tutorial
@angshulsana Жыл бұрын
ha
@oponyitbrama8947Ай бұрын
Thank you very much :)
@8037_a10 ай бұрын
not working :( in my VS code
@alanmusic34958 ай бұрын
same problem, found a solution?
@ValeriaRodriguez-gg9ij7 ай бұрын
@@alanmusic3495 Same her, any solutions?
@someonesomeone78712 ай бұрын
@@ValeriaRodriguez-gg9ij did you found the solutions?