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
JupyterHub Error!!!
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?
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?
Tagged:
0
Best Answers
-
phellinger Employee-RapidMiner, Member Posts: 103 RM EngineeringHi @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.6 -
ZSzatmari Employee-RapidMiner, Member Posts: 13 RM EngineeringHi @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.5 -
ZSzatmari Employee-RapidMiner, Member Posts: 13 RM EngineeringHi @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".5
Answers
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
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??
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??
Thanks to you, I was able to solve it.
Thank you!!!!!