You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running skmer from a fresh conda install, I noticed that I have to downgrade numpy to 1.26.4 to make skmer reference run, otherwise (with default numpy=2.0.2 that got installed with the env) I get the following error:
AttributeError: module 'numpy' has no attribute 'math'
I think restricting numpy to <=1.26.4 will solve it for future installations.
The text was updated successfully, but these errors were encountered:
When running skmer from a fresh conda install, I noticed that I have to downgrade
numpy
to1.26.4
to makeskmer reference
run, otherwise (with defaultnumpy=2.0.2
that got installed with the env) I get the following error:I think restricting
numpy
to<=1.26.4
will solve it for future installations.The text was updated successfully, but these errors were encountered: