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
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.
Any help would be greatly appreciated!