RM Server python scipting extension not working
ZAM
New Altair Community Member
Hello
Error:The dummy operator Pro_Schema (replacing python_scripting:execute_python) cannot be executed.
Note that i have Python scripting extension version 9.3 already loaded and visible in the extensions panel in the server.
Thanks
Error:The dummy operator Pro_Schema (replacing python_scripting:execute_python) cannot be executed.
Note that i have Python scripting extension version 9.3 already loaded and visible in the extensions panel in the server.
Thanks
Tagged:
0
Best Answer
-
Hello @ZAM,Do you have pandas on the Python installation in your server? Better said, did you install the Anaconda Python Distribution in a way that the Python Scripting extension can obtain it? Also, do you have the Python extension installed in your new job agents? These have a different setup and, as far as I know they don't share plugins. Other than that, I don't know of another way to reproduce your issue. Maybe @Telcontar120, @mschmitz or @Marco_Boeck have more ideas about it.All the best,Rodrigo.5
Answers
-
Hello @ZAMDo you mind to post the XML for your process and tell us which version of RapidMiner Server are you using? Also, if you have logs, it would be awesome to have a copy. If for some reason this information is confidencial, drop me a line through the private messages.All the best,Rodrigo.0
-
Hello @rfuentealba
The process is running perfectly fine on the RM Studio with no errors.
I am using the newest version of RM Server(9.3.1).
I don't understand why the python scripting would run perfectly on the Studio and not run on the server.
Also i have the extension for python scripting version 9.3 downloaded on the server and configured and visible on the server extensions panel.
Attached is the log file.
Thanks.
Zeyad0 -
Hello @ZAM,Do you have pandas on the Python installation in your server? Better said, did you install the Anaconda Python Distribution in a way that the Python Scripting extension can obtain it? Also, do you have the Python extension installed in your new job agents? These have a different setup and, as far as I know they don't share plugins. Other than that, I don't know of another way to reproduce your issue. Maybe @Telcontar120, @mschmitz or @Marco_Boeck have more ideas about it.All the best,Rodrigo.5
-
Rapidminer 9.3 seems to have some changes behind the scenes and by default it will load python 2.7 now.
You will need to modify the config file in the home directory to overrule this.
This is located in home/job-agent-home/config/rapidminer
open the rapidminer.properties file and add the correct path,there are examples for both Linux and Windows in the file.0