我正在尝试在NetBeans中调用python代码 并提到了正确版本的python并设置了路径 但仍然得到
ImportError: No module named pandas
已经设置了路径和环境变量。
PythonInterpreter interpreter = new PythonInterpreter();
interpreter.execfile(" absolute path to .py file");
我收到此错误:
ImportError:在Netbeans中执行python代码时,没有名为pandas的模块