-
Notifications
You must be signed in to change notification settings - Fork 18
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
pyabpoa: segmentation fault with version 1.5.2 #75
Comments
Hi, for the seg fault, I assume it is a known issue caused by running it on an old machine. |
I could replicate it on a macOS m2 machine. |
I am not sure about macOS/m chips, our experience is primarily based on Linux. |
I faced the problem while working on a Linux machine and I am just saying it is reproducible on other machines. I am wondering if the following code runs on your machine. |
I see, I can not reproduce it on my machine. |
processor is "Intel(R) Xeon(R) Platinum 8168" |
OK, but please try this "cat /proc/cpuinfo | grep flag". |
|
The machine looks good to me. |
I tried to install the python library using |
Hi, I just re-produce your error on my machine, and confirmed that this is a pypi building issue. pip install --no-binary pyabpoa pyabpoa I will try to fix this pypi building issue in the next version. |
I ran into what is presumably the same issue with the conda packages. cpu flags:
|
The conda/mamba could be the same, I am not sure. |
Hi,
I am encountering a segmentation fault when using version 1.5.2. Please find the attached code. I installed pyabopa using pip install pyabopa on a Linux machine. I can successfully print the sequence before running msa function. Additionally, I have tested version 1.5.1, which works as expected on my machine.
The text was updated successfully, but these errors were encountered: