I'm trying to use the Execute Python operator in RapidMiner. I have installed Python, pip and pandas:
When I execute my rapidminer process I get the following error: 'Pandas module not found -- The pandas module for Python was not found. Please make sure that the pandas module for Python is installed in your execution environment.' However, pandas is installed. What can i try?
Currently, my script in execute python is no more than a piece of the dummy code just to check if i can get it to work.
def rm_main(data):
# Print a greeting message (output can be found in the Log View)
print('Hello, world!')
return data, data2
I'm working on MacOS Sonoma 14.6.1 in Rapidminer AI Studio 2024.1.0.