pmtk3 icon indicating copy to clipboard operation
pmtk3 copied to clipboard

Invalid MEX-file,Library not loaded: @loader_path/libmex.dylib

Open laxmi518 opened this issue 8 years ago • 3 comments

I tried to run testPmtk3 in matlab 2107b in macos high sierra 10.13.1

xcode 9.2

matlab 2017b

while running testPmtk3 I got

Invalid MEX-file
'/Users/laxmikadariya/Documents/MATLAB/pmtk3-master/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/lbfgsC.mexmaci64':
dlopen(/Users/laxmikadariya/Documents/MATLAB/pmtk3-master/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/lbfgsC.mexmaci64,
6): Library not loaded: @loader_path/libmex.dylib
  Referenced from:
  /Users/laxmikadariya/Documents/MATLAB/pmtk3-master/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/lbfgsC.mexmaci64
    Reason: image not found.
Error in minFunc (line 527)
                    d = lbfgsC(-g,old_dirs,old_stps,Hdiag);
Error in logregFit (line 139)
    [w, opt.finalObj, opt.exitflag, opt.output] = ...
Error in logregL2FitTest (line 20)
model1 = logregFit(X, y01, 'lambda', lambda, 'preproc', pp, 'fitOptions', opts);
Error in testPmtk3 (line 61)
logregL2FitTest; 

laxmi518 avatar Jan 26 '18 19:01 laxmi518

I have the same issue

ZZsquared avatar Jul 24 '19 04:07 ZZsquared

I am not supporting pmkt3, so you are on your own, I;m afraid. (I do accept bug-fixing PRs however :)

On Tue, Jul 23, 2019 at 9:08 PM ZZsquared [email protected] wrote:

I have the same issue

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/probml/pmtk3/issues/135?email_source=notifications&email_token=ABDK6EFY3FNQICEQAO3ZRKTQA7IURA5CNFSM4EN3CQF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2VDL3I#issuecomment-514471405, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDK6EFHURT5JUFDHVMA6DDQA7IURANCNFSM4EN3CQFQ .

murphyk avatar Jul 24 '19 18:07 murphyk

I am not supporting pmkt3, so you are on your own, I;m afraid. (I do accept bug-fixing PRs however :) On Tue, Jul 23, 2019 at 9:08 PM ZZsquared @.***> wrote: I have the same issue — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#135?email_source=notifications&email_token=ABDK6EFY3FNQICEQAO3ZRKTQA7IURA5CNFSM4EN3CQF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2VDL3I#issuecomment-514471405>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDK6EFHURT5JUFDHVMA6DDQA7IURANCNFSM4EN3CQFQ .

Thank you so much, Dr.Murphy, I wonder if you mind telling me when I should expect the next version of this book.

ZZsquared avatar Aug 05 '19 22:08 ZZsquared