mvillalba / python-ant

[UNMAINTAINED, LOOK INTO THE FORKS] Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).
https://github.com/mvillalba/python-ant
MIT License
160 stars 130 forks source link

Python 3 compatibility? #27

Open jb137 opened 7 years ago

jb137 commented 7 years ago

While trying to install python-ant using pip install in combination with Python 3 the process stalls at installing distribute-0.7.3. Distribute-0.7.3 doesn't seem Python 3 compatible.

Is distribute really needed? I see no mention of it in the code?

notflip commented 6 years ago

+1 is this compatible using Python 3?

mvillalba commented 4 years ago

Sorry, guys, I haven't worked on this in a really long time. Kindly look into the existing forks. Other people took up development and I'm sure someone's added in Py3K support by now.