probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

PMTK3 installation failed #104

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi, I just tried to install PMTK3. However, I found this error (see below), how can I solve it? Thanks

initPmtk3 initializing pmtk3 Error using evalin Undefined function or variable 'destnRoot'. Error in SetDefaultValue (line 24) isempty(evalin('caller', argName)) Error in downloadAllSupport (line 7) SetDefaultValue(1, 'destnRoot', fullfile(pmtk3Root(), 'pmtksupportCopy')); Error in initPmtk3 (line 51) downloadAllSupport;

sungyongs commented 8 years ago

in initPmtk3.mat, line 49: downloadAllSupport(); ---> downloadAllSupport([],[]);

see https://github.com/probml/pmtk3/issues/97

murphyk commented 8 years ago

I just pushed a fix for this

On Thu, Dec 24, 2015 at 1:04 AM, sungyongs notifications@github.com wrote:

in initPmtk3.mat, line 49: downloadAllSupport(); ---> downloadAllSupport([],[]);

see #97 https://github.com/probml/pmtk3/issues/97

— Reply to this email directly or view it on GitHub https://github.com/probml/pmtk3/issues/104#issuecomment-167072432.