Open GoogleCodeExporter opened 9 years ago
Same problem here
Original comment by ed...@socialflow.com
on 18 Sep 2012 at 3:10
Seems to have the same problem. In my case it failed at glmnet(x,y). So I
block out the entired %write glmnetInstalled.m part. For now I'm able to run
testPmtk3 to completion.
Original comment by vonphoms...@gmail.com
on 4 Oct 2012 at 4:24
I appear to have the same problem as well. Mac OS 10.8.2. The dump shows a
similar problem.
Original comment by t...@vollmer.ws
on 11 Dec 2012 at 2:00
Same problem.
Original comment by ankgu...@gmail.com
on 9 Jan 2013 at 10:20
I also met this problem.
Original comment by bonn...@gmail.com
on 21 Jan 2013 at 1:51
same problem
Original comment by PuBoBi.C...@gmail.com
on 12 Feb 2013 at 6:02
same problem
Original comment by sandro.r...@gmail.com
on 14 Feb 2013 at 11:36
There is a try-catch statement after line "% /usr/local/lib/libgfortran.2.dylib
is missing", but the catch statement fails to catch the error, as the error
crashes Matlab.
Solution: we know that glmnet() is failing on Mac, so the catch block should be
executed. Replace that try-catch-end block with one line:
installed=false;
And then run initPmtk3 again.
I do not recommend following the solution in comment #2, as the function
glmnetInstalled.m will not be created if you comment that block of code
completely.
Original comment by ddel...@gmail.com
on 26 Feb 2013 at 4:31
Moved to GitHub: https://github.com/probml/pmtk3/issues/46
Original comment by irosen
on 4 Jan 2014 at 2:37
Original issue reported on code.google.com by
alexandr...@gmail.com
on 16 Sep 2012 at 4:39