Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P PyMetric
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • verktoy
  • PyMetric
  • Issues
  • #16

Closed
Open
Created Nov 20, 2019 by Runar Borge@runarbMaintainer

python3 : module 'networkx' has no attribute 'connected_component_subgraphs' on linkfail

Traceback (most recent call last):
  File "/home/runarb/devel/PyMetric-scm/metrics.py", line 45, in <module>
    cli.cmdloop()
  File "/home/runarb/devel/PyMetric-scm/command.py", line 65, in cmdloop
    Cmd.cmdloop(self)
  File "/usr/lib/python3.6/cmd.py", line 139, in cmdloop
    stop = self.postcmd(stop, line)
  File "/home/runarb/devel/PyMetric-scm/command.py", line 88, in postcmd
    components = list(nx.connected_component_subgraphs(
AttributeError: module 'networkx' has no attribute 'connected_component_subgraphs'```

on  networkx-2.4
Edited Nov 20, 2019 by Runar Borge
Assignee
Assign to
Time tracking