Errors using JuMP with Ipopt or HiGHS: UndefVarError: libipopt not defined and UndefVarError: libhighs not defined

Hi @Aakriti_Rohatgi, please start a new post, and provide the output of versioninfo() and import Pkg; Pkg.status().

If I have to guess, you probably have a large number of packages in the global environment. Try following the example here to create a new environment: