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

yousef
New Altair Community Member
I am trying to connect to RM9.3 Jupyter NB
import rapidminer
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")
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:
I always get this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified
0
Answers
-
hi @yousef this is brand-new and still in beta. Please send this feedback to the link at the bottom of this page or repost in the RM 9.3 beta discussion. Thanks! Scott2