Full installation of Gurobi does not work with CVX

I installed a CVX bundle which has Gurobi version 9.00, obtained a license for Gurobi and retrieved my Gurobi license key. This version of the solver could not solve a MIDCP problem and I saw some recommendations in the Forum about using a newer version of Gurobi. Therefore I did full installation of Gurobi and saved the prior license key at c:\gurobi951. Then I set up the MATLAB interface for Gurobi.

When I run cvx_setup to use the new version of Gurobi with CVX I get the following

Setting CVX paths…already set!
Searching for solvers…Warning: env argument deprecated, use params. instead

In cvx_gurobi
In cvx_gurobi
In cvx_setup (line 83)
Warning: env argument deprecated, use params. instead
In cvx_gurobi
In cvx_gurobi
In cvx_setup (line 83)
5 shims found.
4 solvers initialized (* = default):
Gurobi 9.00 {cvx}\gurobi\w64
Mosek 9.1.9 {cvx}\mosek\w64

  • SDPT3 4.0 {cvx}\sdpt3
    SeDuMi 1.3.4 {cvx}\sedumi
    3 solvers skipped:
    GLPK
    Could not find a GLPK installation.
    Gurobi_2 unknown C:\gurobi951\win64\matlab
    params.OutputFlag must be a scalar
    Gurobi_3 unknown C:\gurobi951\win64\matlab
    params.OutputFlag must be a scalar
    1 solver issued warnings:
    Mosek 9.1.9 {cvx}\mosek\w64

Anyone knows what would be the reason?