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
Error while executing a python code on server.
Hi I am running a python code on server and I am the following error
There was more issue I figured in the logs that for Job Container
The python has been configured in system settings and .rapidminer properties file.
We have installed Anconda in C drive and our server has been hosted on D drive so could that be an issue.
Another thing which we found that when we are running anaconda prompt and importing python packages as Panda and Numpy its working fine.But from cmd when we run python and import panads its giving dependency error so could that be an issue .
There was more issue I figured in the logs that for Job Container
The python has been configured in system settings and .rapidminer properties file.
We have installed Anconda in C drive and our server has been hosted on D drive so could that be an issue.
Another thing which we found that when we are running anaconda prompt and importing python packages as Panda and Numpy its working fine.But from cmd when we run python and import panads its giving dependency error so could that be an issue .
0
Answers
Go to you agent path
\job-agent-home\config\rapidminer
and on the file: rapidminer.properties
Add this lines
with the right path for your installation.
Hope this works!
which version of Python Scripting extension are you using? Try to upgrade to the latest (9.3.1) if you are using an older version.
The issue got resolved .Had issue with Anaconda version 3.7.The base Environment doesn’t get activated by default. For solving the issue we need to set the environment variables in system settings manually using CONDA_DLL_SEARCH_MODIFICATION_ENABLE as true.