简体   繁体   中英

python package won't read

I need to use pandas, and similar package in my project. Since, I switched computer it has been a rough transition. After I downloaded atom again the IDE I prefer. I can't get it to work, atom doesn't seem to be able to read pandas, however, pretty sure the terminal is able to (picture 1). "Pip 3 freeze" shows me all the package, including pandas. I tried uninstalling atom and package and downloading anaconda, hence the frustration.

Thank you for the help //Adil

in the terminal I can read the package

when I import the package It won't read it.

I solved it, after the advice I got from the guy above. I did some research, since, I had anaconda installed I needed to find the "path", to the installed version. Considering that I'm on a Mac, I opened the terminal (probably the same in windows)and wrote "where python", it gave my a path to "Anaconda python3". In atom, I -script option- set up profile- pasted the path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM