🎉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

Execute Python 'pandas module not found' when installed

User: "LeonieJ"
Altair Community Member

I'm trying to use the Execute Python operator in RapidMiner. I have installed Python, pip and pandas:

Screenshot 2025-01-16 at 16.33.00.png

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.

Find more posts tagged with