Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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.