🐍 Fix ModuleNotFoundError (No Module Named Pandas) Python Import Error (If Installed / If Exists)

preview_player
Показать описание
(We're free online community, meet other makers!)

#python #error #fix #fixed #howto

Hey guys in this tutorial let's try to fix ModuleNotFoundError No module named pandas error in cases where the pandas module is already installed (and it already exists.)

00:00 import pandas (Running a simple Python program)
00:10 ModuleNotFoundError No module named pandas import error
00:35 Still getting ModuleNotFoundError even if already installed, even if module exists
00:50 pip, pip2, pip3 and pip install pandas command
01:07 Differences between Python2 and Python3 launchers (or py)
01:20 Check version of python / check version of python3
01:35 Check version of pip pip2 and pip3
02:03 Creating an alias from pip to pip3
02:23 Using pip list, pip2 list and pip3 list to find out which module is installed by which python package installer
03:01 Help if you're still getting ModuleNotFoundError No module named pandas after trying to fix it with this video
Рекомендации по теме
Комментарии
Автор

I made sure to install panda and check which version of the pip / pip3 showed and all are correctly (version 3) and still could not import panda in jupyter nor vs code :(

sunannie
Автор

Thank you for the video. I got also the same problem in VSCode. When I check with 'pip --version' and 'pip3 version' the versions are the same. when I check pip3 list, pandas is installed, so is for pip. Why it doesn't work? You got an idea?

Gseq
Автор

I can't even display the pip list to know the version i downloaded.
I typed on my terminal exactly the way you did but still got an error...what's happening?

allenruth
Автор

my pip and pip3 is the same ver, but the list inside are different pip3 have the panda module and pip did not, so i tryed the alias comand and didn‘t work, then i go to the vscode comand palette change the select interpreter, i dont know why but i got 3 same python file and i change one by one, i dont know what happened or how but the vscode can find the panda module already. thanks for the video by the way

rbzidpt
Автор

Absolute noob here with vscode and python. just letting me know I had to do the pip installs for my example with pandas, matplot and seaborn helped me a lot. I can finally get this jupyter notebook to run

ManzanaC
Автор

Also for that, For my solution, I added to PATH in Environment System the route folder.

sergiocantor
Автор

Thanks a lot! I'm new to Python and couldn't understand why my code doesn't see pandas_ta package which is installed. You really helped me to solve my problem :)

Artur-neiv
Автор

How do u do this same exact thing in macbook

benjaminfrancl
join shbcf.ru