"Rapidminer studio dependency not fullfilled"

User: "abhi97660"
New Altair Community Member
Updated by Jocelyn

Hi,

I am using RM Studio 8.2 and RM Server 8.2.

After building its running properly in 8.2 (studio and server) but not running in 8.1.

To run on other versions for compatibility I have added 

dependencies {
rapidminer '8.2.0'
rapidminer '8.1.0'
rapidminer '8.1.1'
}

 in my build.gradle file

and tried testing on 8.1 version  I am still getting error message as:

"dependency not fulfilled. Extension needs RM studio 8.1.001,  RM Studio version is 8.1.000".

I have added 8.1.0 in gradle should this be enough or is there something I have to specifically add...?

Any suggestion what could be added in gradle files to include all the point versions eg: 8.1.(001, 000) ...?

 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "abhi97660"
    New Altair Community Member
    OP
    Accepted Answer

    Hi ,

    Forgot to mention the above post is about custom extension development and its compatibility testing in different versions

    User: "rfuentealba"
    New Altair Community Member
    Accepted Answer
    Hello,

    I read it somewhere, don't remember where: Try putting the lowest version of RapidMiner that is required by your extension, or no version at all.

    Is that feasible for your use case?

    All the best,