mingsongli / acycle

Acycle: Time-series analysis software for research and education
https://acycle.org/
78 stars 25 forks source link

MacOS 10.15 Catalina and Acycle bug #18

Open mingsongli opened 4 years ago

mingsongli commented 4 years ago

From users of macOS 10.15 Catalina:

1) The Acycle installer launcher stops very early. 2) Then I tried the ‘green’ one. To do that I installed the Matlab runtime (the latest version 2019b for 64 bits) (I tried with 2019a with the same results). When I launch Acycle, I got this error message from a pop-up window:

`---------------------------------------

  Cannot locate a valid install area 

`---------------------------------------

And

xxxxx@xxxxx-MacBook-Pro ~ % /Applications/acycle.app/Contents/MacOS/applauncher ; exit;
dyld: Symbol not found: _mecab_get_feature
  Referenced from: /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
  Expected in: /Applications/MATLAB/MATLAB_Runtime/v96/bin/maci64/libmecab.dylib
 in /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
zsh: abort      /Applications/acycle.app/Contents/MacOS/applauncher

[Process completed]
mingsongli commented 4 years ago

Please read the updated "BOX 1" in the Users' Guide: https://github.com/mingsongli/acycle/blob/master/doc/AC_Users_Guide.pdf

Please follow the instruction and hopefully it will work.

If it doesn’t, you may try to re-install MatLab Runtime 2019a and try again.

mingsongli commented 4 years ago

image

image

export DYLD_LIBRARY_PATH=/Applications/MATLAB/MATLAB_Runtime/v96/runtime/maci64:/Applications/MATLAB/MATLAB_Runtime/v96/sys/os/maci64:/Applications/MATLAB/MATLAB_Runtime/v96/bin/maci64:/Applications/MATLAB/MATLAB_Runtime/v96/extern/bin/maci64

image