vianamp / MitoGraph

Software for Quantifying Mitochondrial Content in Live Cells
GNU General Public License v2.0
25 stars 12 forks source link

Error running on Mac 13.5.2 #18

Closed shanemc11 closed 1 month ago

shanemc11 commented 1 month ago

I'm trying to run MitoGraph (most recent version) using the sample data and am getting the follow error:

dyld[1449]: Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python Referenced from: <7D80BFDF-67AB-3666-9A4A-10FDC71123A8> /Users/smcinally/Desktop/MitoGraph/MitoGraph Reason: tried: '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file, not in dyld cache), '/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file) zsh: abort ./MitoGraph -xy 0.056 -z 0.2 -path ~/Desktop/MitoGraphTools-master

Any tips on solving this issue?

Thanks

vianamp commented 1 month ago

Hi. I believe you are using a MacOS on M series chipset. If so, all you need is to download and install python 2.7. Please use this link to download and install:

https://www.python.org/downloads/release/python-2718/

Then give MitoGraph another try.

shanemc11 commented 1 month ago

Fantastic! That fixed the error. Thank you for your reply, I really appreciate it.