Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMTK3 installation failed #104

Open
ghost opened this issue Dec 14, 2015 · 2 comments
Open

PMTK3 installation failed #104

ghost opened this issue Dec 14, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 14, 2015

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
Copy link

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

see #97

@murphyk
Copy link
Member

murphyk commented Dec 24, 2015

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 #97


Reply to this email directly or view it on GitHub
#104 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants