Hide Forgot
Description of problem: Importing the module causes a warning Steps to Reproduce: 1. dnf install python-networkx 2. python -c "import networkx" Actual results: Couldn't import dot_parser, loading of dot files will not be possible. As far as I understand it, pydot does not work with pyparsing 2. So, I guess this dependency should be removed no matter what. A suitable replacement for 1.0.9 seems to be python-graphviz. Using python-graphviz instead after removing pydot (ignoring dependencies) seems to do the actual job. Other implementations appear to be supported in 1.10, but not 1.9.1: "PYDOT_LIBRARIES = ['pydot', 'pydotplus', 'pydot_ng']" https://networkx.github.io/documentation/latest/_modules/networkx/drawing/nx_pydot.html pydotplus is available in Fedora.
For whatever reason, this problem does not appear in Debian Jessie.
python-networkx-1.9.1-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5da2b99655
python-networkx-1.11-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-da24f0cd71
python-networkx-1.11-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-da24f0cd71
python-networkx-1.11-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
python-networkx-1.9.1-5.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-5da2b99655
python-networkx-1.9.1-5.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.