awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
199 stars 131 forks source link

changes for Python 3 compatibility #91

Open hiroshitoda opened 4 years ago

hiroshitoda commented 4 years ago

including some changes to use collectd-cloudwatch in Python 3 environment like below:

after merging this PR, we can't use this in Python 2 environment.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

hiroshitoda commented 4 years ago

resolved conflictions at 6fadf9a

aghassemlouei commented 4 years ago

Anything that we can do to help merge this into master?

archoversight commented 4 years ago

This is affecting us too, would love to see this resolved. Python 2 was EOL January 1st 2020.

berenddeboer commented 2 years ago

This PR isn't immediately useful as it uses the easy_install command, no clue what that is.

berenddeboer commented 2 years ago

OK, to get that easy_install working, make sure pip is installed on your server.

nickzakharov commented 1 year ago

Any update on this? Would love to be able to use this plugin