Connect to RM9.3beta: FileNotFoundError: [WinError 2] The system cannot find the file specified

yousefUser: "yousef"
New Altair Community Member
Updated by Jocelyn
I am trying to connect to RM9.3 Jupyter NB

import rapidminer
import os
rm_home="C:\Downloads\rapidminer-studio-9.3.0-BETA2-win64"
connector = rapidminer.Studio(rm_home, rm_stdout=None)

No problems until I ran:

df = connector.read_resource("//Samples/data/Iris")
print("The result is a pandas DataFrame:")
print(df.head())

I always get this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified

Find more posts tagged with

Sort by:
1 - 1 of 11