Adding Package

Why i cannot able to add Julia 1.8.2 ClassImbalance Package ??

Also i cannot add Python package ‘imblearn’ using Conda.add(" ").

Please can someone help me out.

What did you try, and what error did you get?

Before you respond, please read: Please read: make it easier to help you

Works fine for me:

(@v1.8) pkg> activate --temp
  Activating new project at `C:\Users\ngudat\AppData\Local\Temp\jl_ipDkNW`

(jl_ipDkNW) pkg> add ClassImbalance
    Updating registry at `C:\Users\ngudat\.julia\registries\General.toml`
   Resolving package versions...
   Installed StatsFuns ─────── v0.9.8
   Installed LogExpFunctions ─ v0.2.5
    Updating `C:\Users\ngudat\AppData\Local\Temp\jl_ipDkNW\Project.toml`
  [04a18a73] + ClassImbalance v0.8.7

I would caution though that the package hasn’t been updated for three years and restrict compatibility of some core packages (DataFrames, Distributions, StatsBase) to old versions. Maybe @dilumaluthge can say a word or two about the status of the package.