-
Notifications
You must be signed in to change notification settings - Fork 97
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
module 'networkx' has no attribute 'biconnected_component_subgraphs #84
Comments
mordred installs the newest version of networkx(2.4.0, as for today). But `biconnected_component_subgraphs` is already depricated in networkx (>2.1.0). Closes mordred-descriptor#84
@Shunsuke-1994 I have proposed a simple fix in #87. Though I'm not sure when it will get resolved as this repo does not seem to be actively monitored. @philopon do you think you will have a chance to look into this? If you are busy, we completely undestand, maybe you could give some other people ability to contribute to this repo? |
@ademidun Thank you! I didn't notice! Or, if you know somebody forked this repository, I would use it. |
mordred installs the newest version of networkx(2.4.0, as for today). But `biconnected_component_subgraphs` is already depracated in networkx (>2.1.0). closes mordred-descriptor#84
mordred installs the newest version of networkx(2.4.0, as for today). But `biconnected_component_subgraphs` is already depracated in networkx (>2.1.0). closes mordred-descriptor#84
mordred installs the newest version of networkx(2.4.0, as for today). But `biconnected_component_subgraphs` is already depracated in networkx (>2.1.0). closes mordred-descriptor#84
Instead of forcing an old version of networkx, change line 121 in DetourMatrix.py from: |
description
conda install -c rdkit -c mordred-descriptor mordred
installed the newest version of networkx(2.4.0, as for today). Butbiconnected_component_subgraphs
is already depricated in networkx (>2.1.0).minimal reproduction code
I installed mordred via conda as following,
and then I ran the following code.
environment
macOS High Sierra 10.13.6
conda version : 4.8.2
Best regards,
Shunsuke
The text was updated successfully, but these errors were encountered: