ModuleNotFoundError installing aif360 on RStudio Cloud

My friend and I are preparing a workshop on fairness in AI using R .
In doing so I tried to create an RStudio Cloud project with aif360 installed.
I created a new project and ran this code:

install.packages('aif360')
library(aif360)
load_aif360_lib()

The system then asked me: Would you like to install Miniconda?
I answered: Y
After installing Miniconda, I got an error:

* Miniconda has been successfully installed at '/home/rstudio-user/.local/share/r-miniconda'.
Error in py_module_import(module, convert = convert) : 
  ModuleNotFoundError: No module named 'aif360'

Is it possible to run this package on RStudio Cloud. If so, what do I need to do to get it working properly?
This is the project link: https://rstudio.cloud/project/1662702

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.