-
Notifications
You must be signed in to change notification settings - Fork 80
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
Modified for Python 3.9+ and Cython 3.0+ #46
base: master
Are you sure you want to change the base?
Conversation
fa2/fautil.pxd removed from build process as Cython can not detect this file format and its not needed for building process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fixed my problems!
Thanks! It solves the problem I encountered during installation |
saved my day! Here Python 3.8.18, Cython version 3.0.0. It worked! |
As I've added more commits to this PR, it's noteworthy to mention that the first commit is enough to solve the problem, and the rest are just modifications for the python package and are unrelated to the proposed problem. |
to_scipy_sparse_array instead of to_scipy_sparse_matrix
Makes forceatlas2_igraph_layout compatible with scipy 1.13.0
fa2/fautil.pxd removed from build process as Cython can not detect this file format and its not needed for building process
*update:
Please look at issue #48 and use "fa2_modified" module for the best performance instead of using thic pull req.