-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot install pod5 through pip on ARM due to dependency issues #114
Comments
Hi @hasindu2008,
|
I am not keen to install another package manager, because I belive an embedded system with a lightweight ARM processor should not be bloated with many dependencies. But I just tried now, yet to end up in another error:
|
Might have something to do with this I hadn't gotten around to fixing it yet. |
@Psy-Fer I already fixed that setup.py install to be pip install . on the 21st of December and sent a PR here Psy-Fer/blue-crab#10. So that is not the issue. |
polars provides What OS + libc version is the target machine? |
@hasindu2008, has this been merged in? The PR shows as open and master doesn't have the changes. |
Okay I see the failing jobs (OS / libc should be fine) - can you make sure you upgrade |
oooooooooooooh. The |
I might not be doing it right, but seems to still giving a
It says Workflow file says:
|
It is not merged, but the updated workflows are running from this branch: |
Can you try again and add |
We are using pod5 pip package in blue-crab to enable BLOW5<->POD5 conversion, however, pod5 installation on ARM64 is failing due to a dependency called polars failing. @Psy-Fer may add more info if required, as I am not too familiar with python package managers.
The text was updated successfully, but these errors were encountered: