Cannot install the cvx

hi… i hope someone can reply this very fast… i try to install cvx on my matlab… i follow every each sentence it said but i found an error with solvers… so i cannot install correctly yet…

Setting CVX paths…already set!
Searching for solvers…5 shims found.
2 solvers initialized (* = default):

  • SDPT3 4.0 {cvx}\sdpt3
    SeDuMi 1.34 {cvx}\sedumi
    3 solvers skipped:
    GLPK
    Could not find a GLPK installation.
    Gurobi {cvx}\gurobi\w64
    No valid Gurobi license was found. (Please note that this
    license is not the same as the CVX license; it must be
    obtained directly from Gurobi Optimization.) If you do have
    a Gurobi license, the the Gurobi MEX file could not find it.
    Please consult the Gurobi documentation for assistance.
    Mosek unknown {cvx}\mosek\w64
    A CVX Professional license is required.
    Saving updated preferences…done.
    Testing with a simple model…
    **UNEXPECTED ERROR: ------------------------------------------------
    Invalid MEX-file
    ’C:\personal\cvx\sdpt3\Solver\Mexfun\mexnnz.mexw64’: The
    specified module could not be found.
    Error in checkdepconstr (line 97)
    nnzmatold = mexnnz(AAt);
    Error in sqlpmain (line 88)
    [At,b,y,indeprows,par.depconstr,feasible,par.AAt] = …
    Error in sqlp (line 241)
    [obj,X3,y,Z3,info,runhist] = …
    Error in cvx_run_solver (line 50)
    [ varargout{1:nargout} ] = sfunc( inputs{:} );
    Error in cvx_sdpt3>solve (line 362)
    [ obj, xx, y, zz, info ] = cvx_run_solver( @sqlp, blk, Avec, Cvec,
    b, OPTIONS, ‘obj’, ‘x’, ‘y’, ‘z’, ‘info’, settings, 5 ); %#ok
    Error in cvxprob/solve (line 429)
    [ x, status, tprec, iters ] = shim.solve( At, b, c,
    cones, quiet, prec, solv.settings, eargs{:} );
    Error in cvx_end (line 88)
    solve( prob );
    Error in cvx_setup (line 213)
    cvx_end

Please report this error to support, and include entire output of
CVX_SETUP in your support request.

this is my output… can someone help me?. thankx
--------------------------------------------------------------------------**-