Pandas import error in PyCharm but runs fine in Intellij IDEA python plugin

Answered

Importing pandas or numpy in Intellij IDEA using Interpreter - Anaconda 3 works fine. But when it terms to pyCharm, import error shows that 'ModuleNotFoundError: No module named 'pandas' '

You can see the problem from the above figures. BTW, Intellij IDEA has some problems with debug mode. I get this error every time I debug any code.

"D:\Program Files\Anaconda3\python.exe" -mpydevd --multiproc --qt-support --client 127.0.0.1 --port 55054 --file D:/IdeaProjects/pythonTest/test/test.py
D:\Program Files\Anaconda3\python.exe: No module named pydevd

Process finished with exit code 1

Any idea is appreciated. Millions of thanks.

Simin

0
2 comments
Avatar
Permanently deleted user

Solved the pandas problem since Pycharm seems to be impossible to detect existing installed packages in Anaconda. Still confused the debug error in Intellij IDEA.

0

Hello,

Do you use the same interpreter in both IDEs?

0

Please sign in to leave a comment.