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

Initialization error in initPmtk3 : Matlab R2016A and Mac OS X Yosemite #118

Open
srikumar9 opened this issue May 13, 2016 · 4 comments
Open

Comments

@srikumar9
Copy link

Hi, I am facing the following error while installation. I am using R2016A. Please help

initPmtk3
initializing pmtk3
Error using urlreadwrite (line 92)
The server did not find a resource to match this request.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in scrapePmtkSupport (line 14)
raw = tokenize(urlread(url), '\n');
Error in downloadAllSupport (line 12)
packages = scrapePmtkSupport([], exclude);
Error in initPmtk3 (line 52)
downloadAllSupport(fullfile(pmtk3Root(), 'pmtksupportCopy'), false);

@srikumar9 srikumar9 changed the title Installation error in initPmtk3 : R2016A Installation error in initPmtk3 : Matlab R2016A and Mac OS X Yosemite May 13, 2016
@srikumar9 srikumar9 changed the title Installation error in initPmtk3 : Matlab R2016A and Mac OS X Yosemite Initialization error in initPmtk3 : Matlab R2016A and Mac OS X Yosemite May 13, 2016
@facundoq
Copy link

This bug also happens on windows and linux, and Matlab 2015. I believe it is caused by http://pmtksupport.googlecode.com/svn/trunk/ not being available anymore.

@srikumar9
Copy link
Author

How should I work around this ?

@facundoq
Copy link

I guess you could download the repository as a tarball and make the download script copy the files from a local folder.

@SergioRAgostinho
Copy link

@srikumar9 Clone this repo into your hdd. Write the path down, you'll use it right after. Go to <path_to>/pmtk3/config.txt and locate the line with the entry

% PMTKlocalSupportPath     path/to/support

Change path/to/support with that path you wrote down before, i.e. <path_to>/pmtksupport.

Now initPmtk3 should run with no problems.

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

3 participants