help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't install leasqr on Win7, Octave V4.0.0


From: Mike Miller
Subject: Re: Can't install leasqr on Win7, Octave V4.0.0
Date: Mon, 7 Dec 2015 12:13:10 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, Dec 07, 2015 at 16:58:52 +0000, address@hidden wrote:
> Pursuant to the below problem, I tried to install leasqr and got:
> 
> >> pkg install -forge leasqr
> error: cellfun: C must be a cell array
> error: called from
>     get_forge_pkg at line 72 column 14
>     get_forge_download at line 26 column 12
>     pkg at line 393 column 29
> 
> I'm using Windows 7 and have Octave 4.0.0.  Any ideas why this happens?

This non-obvious error message means that you are trying to install a
package that doesn't exist:

  >> pkg install -forge nosuchpackage
  ## same error

-- 
mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]