1

我正在尝试在 NetBeans 中调用 python 代码,并提到了正确版本的 python 并设置了路径,但仍然得到

ImportError: No module named pandas

已经设置路径和环境变量。

PythonInterpreter interpreter = new PythonInterpreter();
interpreter.execfile(" absolute path to .py file");

我得到这个错误:

ImportError:在 Netbeans 中执行 python 代码时没有名为 pandas 的模块

4

0 回答 0