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
Using python scripting extension with RM Server
Good day,
RM server is telling me: com.rapidminer.operator.UserError: Failed to detect Python at the given path.
I am wondering where can I specify the path to python.exe for RapidMiner server?
Best,
Sebastian
RM server is telling me: com.rapidminer.operator.UserError: Failed to detect Python at the given path.
I am wondering where can I specify the path to python.exe for RapidMiner server?
Best,
Sebastian
Tagged:
0
Best Answer
-
Pavithra_Rao Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 123 RM Data Scientist
Just to follow up here;
This issue can be solved by adding the python executable path to container.properties files for the desired Job agent.
The folder path for the container.properties for given Job agent and the property to be added is as highlighted below.
** Note that you might have to escape the '\' in the path ***
Cheers,
4
Answers
the path has to be specified under Administration > System Setting in the server menu.
Take a look at the guide for a detailed example (just replace R with python:
http://docs.rapidminer.com/server/administration/installing-extensions.html
Best,
David
Administration -- System Settings
Add the following property
Linux :
Property: rapidminer.python.path Value: Python Path
Windows
Property: rapidminer.python_scripting.path Value: Python Path
Hello
I'm having trouble getting RM Server to run a process with a Python script.
I have the Python extension installed in the regular extension folder and the job agent extension folder. The version of the extension is the same in Studio and RM Server (7.4). Under RM Server System Settings, I have the rapidminer.python_scripting.path property set to the correct path for python.exe - this is the same exact path I'm using in Studio, as I have Studio and RM Server on the same machine. The Python path works, as I am able to execute processes in Studio using the Python operator. Everything works fine in Studio, it's when I run the process on RM Server where I get an error: "Python not found. Failed to detect Python at given path. <html>Please adjust the Python path in the Preferences.<br>(Tools -> Preferences -> Python Scripting)</html>" But this path in preferences in Studio works when I run the process in Studio...
Could this be related to Job Agents? I'm not familiar with how they run. Is there a config file in job agents (or sub dirs) where I need to manually add the path? I've set up RM Server with Python and R before on other machines and had no issues, but that was before the Job Agents function... are they related? Is the Studio Python preference setting not passing to RM Server or getting over-written when the "agent-bundled" Job Agent starts???
I'm using Studio version 8 and RM Server version 8 on Windows 10.
I can run any other process fine on RM Server - everything is working fine, unless I try to run Python.
Any help would be vastly appreciated!
Thanks!
Jason
I just wanted to post a followup, as I found a solution:
i entered the rapidminer.python_scripting.path=[path to .exe] in a config file and saved it as ".Rapidminer" in the following location: C:\...\.RapidMinerServer\job-agent\config\container\.RapidMiner
It now works fine. It appears the new job agent in v8 does make a difference, at least in my setup.
@jsmith Did you restart the server to get this working? Also, could you please share the config file you have added in location: C:\...\.RapidMinerServer\job-agent\config\container\.RapidMiner
Thanks,
ı have same problem but ı dont know how can ı open to system settings may you help me,please ?