🎉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

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

User: "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