The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
RM Server python scipting extension not working
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
-
rfuentealba RapidMiner Certified Analyst, Member, University Professor Posts: 568 UnicornHello @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
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.
Zeyad
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.