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

Problems reading .msaio on Mac #2019

Open
karenjgonzalez opened this issue Dec 18, 2024 · 0 comments
Open

Problems reading .msaio on Mac #2019

karenjgonzalez opened this issue Dec 18, 2024 · 0 comments

Comments

@karenjgonzalez
Copy link

Hi,

I have installed several versions of prody, from the 1.1 until the latest 2.4 on a Mac M2, and all of them have problems executing the parseMSA module. When I install using pip it tells me that it cannot find .msaio, and when I install manually it tells me that the architecture is incompatible with arm64 as shown below:

from .msaio import parseFasta as parser

ImportError: dlopen(/opt/miniconda3/envs/entropy_env/lib/python3.9/site-packages/ProDy-1.11-py3.9-macosx-11.0-arm64.egg/prody/sequence/msaio.cpython-39-darwin.so, 0x0002): tried: '/opt/miniconda3/envs/entropy_env/lib/python3.9/site-packages/ProDy-1.11-py3.9-macosx-11.0-arm64.egg/prody/sequence/msaio.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/opt/miniconda3/envs/entropy_env/lib/python3.9/site-packages/ProDy-1.11-py3.9-macosx-11.0-arm64.egg/prody/sequence/msaio.cpython-39-darwin.so' (no such file), '/opt/miniconda3/envs/entropy_env/lib/python3.9/site-packages/ProDy-1.11-py3.9-macosx-11.0-arm64.egg/prody/sequence/msaio.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))

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

1 participant