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

Trouble installing inStrain with Conda #127

Closed
alipirani88 opened this issue Jan 6, 2023 · 2 comments
Closed

Trouble installing inStrain with Conda #127

alipirani88 opened this issue Jan 6, 2023 · 2 comments

Comments

@alipirani88
Copy link

Hi,

I am running inStrain as a part of a snakemake workflow. inStrain is used/installed via conda before the execution. The installation works without any error but inStrain throws this error while execution -

from numba.np.ufunc import _internal
SystemError: initialization of _internal failed without raising an exception

Has something changed recently that might be causing this issue?

@MrOlm
Copy link
Owner

MrOlm commented Jan 6, 2023

Nothing has changed with inStrain, but it seems like something might have changed with numba / numpy. To fix this, if possible, try and include numpy==1.21 in your inStrain conda installation command. And please let me know if this fixes the problem!

Thanks,
Matt

@alipirani88
Copy link
Author

This fixed the issue. Thanks,

@MrOlm MrOlm closed this as completed Jan 31, 2023
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

2 participants