horvatovichlab / MSIWarp

MAss spectra alignment tool for MSI data
MIT License
16 stars 5 forks source link

Installation issues #11

Open ez2307 opened 2 years ago

ez2307 commented 2 years ago

Hello! I've installed msiwarp through pip; however, I'm running into trouble actually importing it. I'm able to locate msiwarp in my list of installed packages for this python environment.

import msiwarp as mx Traceback (most recent call last): File "", line 1, in File "/Users/ericzhang/.local/lib/python3.9/site-packages/msiwarp-0.1-py3.9-macosx-11.1-arm64.egg/msiwarp/init.py", line 1, in from .msiwarp import * ImportError: dlopen(/Users/ericzhang/.local/lib/python3.9/site-packages/msiwarp-0.1-py3.9-macosx-11.1-arm64.egg/msiwarp/msiwarp.cpython-39-darwin.so, 2): no suitable image found. Did find: /Users/ericzhang/.local/lib/python3.9/site-packages/msiwarp-0.1-py3.9-macosx-11.1-arm64.egg/msiwarp/msiwarp.cpython-39-darwin.so: mach-o, but wrong architecture /Users/ericzhang/.local/lib/python3.9/site-packages/msiwarp-0.1-py3.9-macosx-11.1-arm64.egg/msiwarp/msiwarp.cpython-39-darwin.so: mach-o, but wrong architecture

Any help would be greatly appreciated!