ImportError:在Netbeans中执行python代码时未命名模块

时间:2019-06-19 05:13:38

标签: java pandas netbeans pythoninterpreter

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

ImportError: No module named pandas

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

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

我收到此错误:

  

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

0 个答案:

没有答案