🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Using python scripting extension with RM Server

User: "sCapatina"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 8 of 81
    User: "David_A"
    New Altair Community Member
    Hi Sebastian,

    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
    User: "sCapatina"
    New Altair Community Member
    OP
    Fantastic, thank you!
    User: "asureshkumaran"
    New Altair Community Member

    Administration -- System Settings 

     

    Add the following property

    Linux :

         Property:   rapidminer.python.path       Value:  Python Path

    Windows

         Property:   rapidminer.python_scripting.path       Value:  Python Path

     

    User: "jsmith"
    New Altair Community Member

    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

    User: "jsmith"
    New Altair Community Member

    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.

    User: "Pavithra_Rao"
    New Altair Community Member

    @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,

    User: "Pavithra_Rao"
    New Altair Community Member
    Accepted Answer

    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,

     

    cointainer_properties.png

    User: "yyss1"
    New Altair Community Member
    hello
    ı have same problem but ı dont know how can ı open to system settings may you help me,please ?