CVX Installation Problem

Hi, I got the error when I tried to install CVX. Could anyone help?

---------------------------------------------------------------------------
CVX: Software for Disciplined Convex Programming       (c)2014 CVX Research
Version 2.1, Build 1123 (cff5298)                  Sun Dec 17 18:58:10 2017
---------------------------------------------------------------------------
Installation info:
    Path: /Users/mo/Documents/MATLAB/cvx
    MATLAB version: 8.3 (R2014a)
    OS: Mac OS X x86_64 version 10.13.2
    Java version: 1.7.0_11
Verfying CVX directory contents:
    No missing files.
Preferences: 
    Path: 
License host:
    Username:
    Host ID: 406c8f368e63 (en0)
Installed license:
    Organization: University of Massachusetts Amherst
    Contact:
    License type: academic
    Named user: 
    Host ID: 406c8f368e63, 7cc3a1b17557
    Expiration: 2018-06-02 (131 days remaining)
    Status: verified
---------------------------------------------------------------------------
Setting CVX paths...already set!
Searching for solvers...5 shims found.
3 solvers initialized (* = default):
    Mosek      8.0.0.60    {cvx}/mosek/maci64
 *  SDPT3      4.0         {cvx}/sdpt3
    SeDuMi     1.34        {cvx}/sedumi
4 solvers skipped:
    GLPK                   
        Could not find a GLPK installation.
    Gurobi                 {cvx}/gurobi/maci64
        Gurobi error 10009: License expired 2015-10-29 - license file
            '/Users/mo/.matlab/cvx_gurobi.lic'
        Please consult the Gurobi Quick Start Guide for details on
            setting up a license.
    Gurobi_2               /Library/gurobi550/mac64
        Gurobi error 10009: License expired 2014-05-26
        Please consult the Gurobi Quick Start Guide for details on
            setting up a license.
    Gurobi_3               /Library/gurobi563/mac64
        UNEXPECTED ERROR: ---------------------------------------------
        Error using gurobi
        Gurobi error 10009: Unable to open Gurobi license file ''
        Please consult the Gurobi Quick Start Guide for details on
            setting up a license.
        Error in cvx_gurobi>gurobi5 (line 251)
        Error in cvx_gurobi (line 150)
        Error in cvx_setup (line 83)
                    tsolv = feval( tsolv.sname, tsolv );
        Please report this error to CVX Support by visiting
            http://support.cvxr.com/support/tickets/new
        or by sending an email to cvx@cvxr.com. Please include the full
        output of this function in your report. Thank you!
        ---------------------------------------------------------------
Saving updated preferences...done.
Testing with a simple model...
    UNEXPECTED ERROR: ------------------------------------------------
    Error using chol
    Out of memory. Type HELP MEMORY for your options.
    Error in linsysolve (line 133)
            [L.R,indef] = chol(schur);
    Error in NTpred (line 60)
    [xx,coeff,L] = linsysolve(par,schur,UU,Afree,EE,rhs);
    Error in sqlpmain (line 344)
            [par,dX,dy,dZ,coeff,L,hRd] = ...
    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.
---------------------------------------------------------------------------