Skip to content
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

Distutils Error in version.py #76

Open
captainCrench opened this issue Apr 22, 2019 · 1 comment
Open

Distutils Error in version.py #76

captainCrench opened this issue Apr 22, 2019 · 1 comment
Labels

Comments

@captainCrench
Copy link

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'

@glennmatthews
Copy link
Owner

Sorry for the delayed response! Can you confirm whether you have ovftool installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants