Options

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

yousefyousef Member Posts: 2 Contributor I
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
Tagged:

Answers

Sign In or Register to comment.