Skip to content
Advertisement

Cant install imbalanced-learn on an Azure ML Environment

I have an Azure ML Workspace which comes by default with some pre-installed packages.

I tried to install

JavaScript

But I got this error

JavaScript

learn)

Not sure how to solve this, I have read in other posts to use conda, but that didnt work either.

Advertisement

Answer

scikit-learn 1.0.1 and up require Python >= 3.7; you use Python 3.6. You need to upgrade Python or downgrade imbalanced-learn. imbalanced-learn 0.8.1 allows Python 3.6 so

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement