Issue with installing imblearn package

367 Views Asked by At

Attempting from Jupyter

Installing using jupyter

Attempting from Conda prompt

Installing using Conda prompt

I'm trying to install imblearn package, but I keep getting this error. Any solutions would be helpful. I'm kinda new to Python, so I don't know a lot about package installation.

1

There are 1 best solutions below

1
On

Use Conda Forge. The package name is imbalanced-learn. Try installing with

conda install -c conda-forge imbalanced-learn