How to install pandas on Sublime Text 3

12,235

For Windows (Hopefully you have Pip), open cmd and run:

pip install pandas

For Linux , use same command on terminal

Then try above gain.

Share:
12,235

Related videos on Youtube

user3236992
Author by

user3236992

Updated on June 04, 2022

Comments

  • user3236992
    user3236992 almost 2 years

    I'm fairly new to Python - I am using 2.7 and SublimeText3.
    I can't seem to install Pandas. I was able to install andaconda, but when I run

    import pandas as pd
    

    It shows

    ImportError: No module named pandas
    

    What should I be doing in order to get this to work properly? (Does Pandas simply not work with SublimeText3?)

    • Rehan Azher
      Rehan Azher about 6 years
      Which OS you are using?
  • virtualxtc
    virtualxtc almost 6 years
    I already have pandas installed via pip and I'm having the same problem as the parent with Sublime 3 in Linux Mint. All other modules load as expected. I'm using python 3.6 via virtualENV. The script runs fine from my virtual term.