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

Unable to run Sparse-SIM.app on MacBook Pro with M2 Max processor #14

Open
NYCIvan opened this issue Jan 24, 2024 · 1 comment
Open

Comments

@NYCIvan
Copy link

NYCIvan commented Jan 24, 2024

Hi Weisong, thank you for sharing your project. It is really helpful. These days I tried to run Sparse-SIM.app on my MacBook Pro with M2 Max processor, but the installer just never initiate (it crashed every time I clicked it). I also tried to use MATLAB runtime, but it didn't work neither, it kept saying "no such file" (files' names are different in MACI64 folder) . I am not sure if it is the Apple M2 Max processor does not compatible with your project. Could you provide me some suggestions? Thank you!

@WeisongZhao
Copy link
Owner

WeisongZhao commented Feb 15, 2024

I'm not sure what's going on, because the APP on MacOS has not yet been tested thoroughly. I would highly recommend to apply our sparse deconvolution on the MATLAB software by running this script or our Python version.

Here is the suggestion for the execution of APP anyway:

I. First way:
Execute the SparseSIM_web_installer.app directly and follow the instructions.
Open your terminal, and run the following shell:

cd "the absolute path of Sparse_SIM.app"

./run_Sparse_SIM.sh /MATLAB/MATLAB_runtime/v93

II. Second way:

  1. Verify that version 9.3 (R2017b) of the MATLAB Runtime is installed: https://ssd.mathworks.com/supportfiles/downloads/R2017b/deployment_files/R2017b/installers/maci64/MCR_R2017b_maci64_installer.dmg.zip

  2. If you have version 9.3 of the MATLAB Runtime installed in /mathworks/home/application/v93,
    open your terminal, and run the following shell:

cd "the absolute path of Sparse_SIM.app"
 
./run_Sparse_SIM.sh /mathworks/home/application/v93

OR

If you have Matlab 2017b installed in Applications/

./run_Sparse_SIM.sh /Applications/MATLAB_R2017b.app/runtime/maci64

The other versions can copy the /maci64 folder to your /Matlab/runtime folder (It should be careful).

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

2 participants