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

Please refer to igraph instead of python-igraph #18

Open
szhorvat opened this issue Jul 20, 2023 · 0 comments
Open

Please refer to igraph instead of python-igraph #18

szhorvat opened this issue Jul 20, 2023 · 0 comments

Comments

@szhorvat
Copy link

Please refer to igraph instead of python-igraph in the following locations:

https://github.com/KenLauLab/pCreode/blob/master/setup.py#L14
https://github.com/KenLauLab/pCreode/blob/master/requirements.txt#L6

Please see igraph/python-igraph#699 for an explanation.


Additionally, most of the igraph-related troubleshooting information in the README is outdated, and can now be removed. For the majority of users, installing igraph is as simple as pip install igraph, as binary wheels have been provided for all common platforms for a couple of years now.

Note that with Conda one still needs to use conda install python-igraph (not igraph).


Finally, I would strongly recommend not constraining the igraph version to 0.9, as 0.10 brings quite a few bugfixes and robustness improvements. If you are unsure about some changes in 0.10, feel free to post on the forum or open an issue. Behaviour changes are typically the result of bugfixes.

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

1 participant