-
Notifications
You must be signed in to change notification settings - Fork 794
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
Comments
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. |
How should I work around this ? |
I guess you could download the repository as a tarball and make the download script copy the files from a local folder. |
@srikumar9 Clone this repo into your hdd. Write the path down, you'll use it right after. Go to
Change Now initPmtk3 should run with no problems. |
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);
The text was updated successfully, but these errors were encountered: