🎉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

JupyterHub Error!!!

User: "Jhc"
New Altair Community Member
Updated by Jocelyn
An Error occurred while using the jupyter hub provided by rapidminer ai hub.



The Python code is written as follows, the normalize_data process is in the home/admin folder.



when executing, the following error occurs. How do i fix the error?

Find more posts tagged with

Sort by:
1 - 8 of 81
    User: "IngoRM"
    New Altair Community Member
    Hi,
    Thanks for reporting.  @aschaferdiek could this be related to the repository location type changes in 9.7?  We will look into this for sure.
    Best,
    Ingo
    User: "aschaferdiek"
    New Altair Community Member
    Updated by aschaferdiek
    Hi, this could be the case but as far as I know the process is getting executed normally and not within a WebService. Maybe something related to the python extension. I'll ping @phellinger.
    User: "phellinger"
    New Altair Community Member
    Accepted Answer
    Updated by phellinger
    Hi @Jhc,

    can you please make sure that Python Scripting 9.7.0 is listed as an installed extension on the AI Hub web interface? (System Information -> Extensions)
    An earlier version is likely to cause the error.

    Thanks,
    Peter

    EDIT: Correction: the page to check is Administration -> Operators & Extensions -> Extensions tab.
    User: "Jhc"
    New Altair Community Member
    OP
    Thank you @phellinger.

    when i checked the python scripting version, it was version 9.6.
    the extension version was updated to 9.7, but it is still version 9.6 on the server. 

    isnt't it automatically linked with the server?
    to change python scripting to 9.7, do we have to work on it separately??

    User: "ZSzatmari"
    New Altair Community Member
    Accepted Answer
    Hi @Jhc ,

    did you restarted the server after the extension upgrade. Until the web UI didn't show the right version, this issue will appear. You should put/replace the extension jar file in the rapidminer-home folder/volume (resources/extensions subfolder) and do a rapidminer-server container restart.
    User: "Jhc"
    New Altair Community Member
    OP
    Hi @ZSzatmari,
     
    We used docker to deploy a RapidMiner Server.

    I tried to put the extension jar file in the rapidminer-home folder but could not fine the rapidminer-home folder.

    When i install RapidMiner using docker, where can i find the rapidminer-home folder??


    User: "ZSzatmari"
    New Altair Community Member
    Accepted Answer
    Hi @Jhc ,

    in our proposed docker-compose-based deployment the rapidminer-home content is stored on a docker volume. You can easily copy your extension.jar file from your host to the RapidMiner Server's docker comainter into its /rapidminer-home folder using the following docker CLI command: docker cp something.jar containerID:/rapidminer-home/resources/extensions/

    You can check the container id using the "docker ps" command or even better you can grep for the rapidminer-server name (in the docker image), so "docker ps | grep rapidminer-server".
    User: "Jhc"
    New Altair Community Member
    OP
    Hi @ZSzatmari,

    Thanks to you, I was able to solve it. 

    Thank you!!!!!