Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BUG: Missing ARM support #545

Open
henninggaertner opened this issue Nov 18, 2024 · 1 comment · May be fixed by #548
Open

BUG: Missing ARM support #545

henninggaertner opened this issue Nov 18, 2024 · 1 comment · May be fixed by #548
Labels
bug Something isn't working good first issue Good for newcomers small

Comments

@henninggaertner
Copy link
Collaborator

What is the issue?

When trying to run PROTzilla on Apple Silicon M-series chips with the run_protzilla.sh script, it is restricted to the x86 miniconda installation. This should be pretty easy to fix, as only a quick check on the architecture needs to be done and the version chosen appropriately.
Here is a list of available installers: anaconda repo

How to reproduce the issue?

Try to install with Apple M chip

What is the expected behavior?

The appropriate miniconda installer version gets downloaded instead.

@henninggaertner henninggaertner added the bug Something isn't working label Nov 18, 2024
@henninggaertner
Copy link
Collaborator Author

On that same note: on manual creation of a condo environment followed by
pip install -r requirements.txt
it errors on gseapy, because a rust installation is required. Just wanted to mention it.

@henninggaertner henninggaertner linked a pull request Nov 20, 2024 that will close this issue
11 tasks
@henninggaertner henninggaertner linked a pull request Nov 20, 2024 that will close this issue
11 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working good first issue Good for newcomers small
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant