-
Notifications
You must be signed in to change notification settings - Fork 8
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
AttributeError: module 'scipy.sparse' has no attribute 'coo_array' #182
Comments
We may try to somehow formulate this in our Conda recipes? doing simple |
@aafshinfard - So if you have both most recent versions of |
If you have the most recent versions, you're good to run but I have not build a recipe with both |
currently, we have no constraints on |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in Physlr! |
Great news is that according to this post, pypy now works for python 3.9. Just double-checking if everything works fine with python v 3.9 and I will update conda recipes to require python>3.9 and avoid the issues mentioned above. |
This is due to
scipy
andnetworkx
conflicts.Solution:
As a workaround, I figured out that we should either have
scipy
andnetworkx
recent versions,scipy v1.8
at least or downgradenetworkx
tonetworkx v2.6.3
.The text was updated successfully, but these errors were encountered: