Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #8838
Closed
Open
Created May 07, 2013 by Sathyanarayanan Gunasekaran@gsathya

AttributeError: 'Version' object has no attribute 'meets_requirements'

arm :: (master) » ./arm                                                                                                                                                                            ~/arm  
Traceback (most recent call last):  File "./src/starter.py", line 478, in <module>
    cli.controller.startTorMonitor(time.time() - initTime)
  File "/home/gsathya/arm/src/cli/controller.py", line 564, in startTorMonitor
    curses.wrapper(drawTorMonitor, startTime)  File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)  File "/home/gsathya/arm/src/cli/controller.py", line 618, in drawTorMonitor
    control.redraw(False)  File "/home/gsathya/arm/src/cli/controller.py", line 346, in redraw
    panelImpl.redraw(force)  File "/home/gsathya/arm/src/util/panel.py", line 405, in redraw
    self.draw(self.maxX, self.maxY)  File "/home/gsathya/arm/src/cli/torrcPanel.py", line 178, in draw
    corrections = dict((lineNum, (issue, msg)) for lineNum, issue, msg in loadedTorrc.getCorrections())
  File "/home/gsathya/arm/src/util/torConfig.py", line 797, in getCorrections
    skipValidation |= (torVersion is None or not torVersion.meets_requirements(stem.version.Requirement.GETINFO_CONFIG_TEXT))
AttributeError: 'Version' object has no attribute 'meets_requirements'
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking