-
Notifications
You must be signed in to change notification settings - Fork 5
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
numpy has no attribute long #91
Comments
Hi @thisisamirv, Thanks for reporting this. Can you say what version of Best, |
Thanks for the response. I have pyroe 0.9.2 and simpleaf 0.13.0 and pyranges 0.0.120 |
Thanks. Could you also let us know your |
numpy is 1.24.3 and pandas is 1.5.3 |
Hi @thisisamirv, This seems to be the underlying One thought would be to ensure you have the latest
Alternatively, if that doesn't work, perhaps you could try to force numpy 1.23:
we are working on dropping the Best, |
Thanks it fixed the issue. |
Hi, I had this same problem. Perhaps the issue should be reopened until it is fixed? I had the following versions:
I now get:
If I do
Is Thanks! (Also, as an aside, is there a reason to require python 3.10 rather than python 3.11? Do you have to wait for some dependencies to be updated?) |
It seems like the default installation of |
cc @DongzeHE. @wmacnair : That's correct. The reason for this is that bioconda does not currently allow for builds on Apple silicon (and piscem doesn't work under rosetta 2). Therefore, we recommend to install piscem separately; either via conda if you are on x86, or directly from the github release if you are on apple silicon. |
P.S. Thanks to @DongzeHE's herculean effort, we are very close to completely replacing pyranges with a fully rust solution of our own construction. At that point, the perpetual pyrange-induced issues should go away. |
Turns out that my problem was missing the One other v small comment / Q. In the Does this matter? Perhaps not, and I guess the other one is not directly your page, but would be good to make things consistent :) Will |
Hi Will, Thanks for the feedback. No, the Best, |
Ok, good to know. Perhaps an easy fix would be to add a comment in the tutorial / documentation mentioning exactly this - that Thanks |
Hi, when I run simpleaf index i get the following error
The text was updated successfully, but these errors were encountered: