Forums

ImportError: No module named pandas

So I thought that with the "batteries included" thing, I can just run the script while not "pip install pandas"..

So I'm new to programming. I used this video as a reference on how to download my other libraries, which are not listed in "batteries included". https://youtu.be/2TI-tCVhe9k?t=189

So I hit run after following the video(I just pip install a few libraries) and then "ImportError: No module named pandas" pops up.. So I don't know how to solve this issue, can someone help?

Pandas is definitely pre-installed -- what do you see if you run pip show pandas in a Bash console? Also -- what are your settings for default Python versions on the System image tab in the Account page?