Skip to content

Distutils Error in version.py #76

Description

@captainCrench

When using cot, I'm getting the following error:

Traceback (most recent call last):
File "/usr/bin/cot", line 11, in
load_entry_point('cot==2.2.0', 'console_scripts', 'cot')()
File "build/bdist.linux-x86_64/egg/COT/ui/cli.py", line 717, in main
File "build/bdist.linux-x86_64/egg/COT/ui/cli.py", line 324, in run
File "build/bdist.linux-x86_64/egg/COT/ui/cli.py", line 601, in main
File "build/bdist.linux-x86_64/egg/COT/commands/deploy_esxi.py", line 363, in run
File "/usr/lib64/python2.7/distutils/version.py", line 140, in cmp
compare = cmp(self.version, other.version)
AttributeError: 'NoneType' object has no attribute 'version'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions