Supported python versions shold be super-clear
Closed this issue · 4 comments
trondhindenes commented
After digging into the opentracing on Python for the last couple of hours it's my understanding that python3 isnt supported. Imho the repo authors should be super-clear about this and call it out in the readme.
yurishkuro commented
this repo is merely an API. What's not working in Py3?
trondhindenes commented
I went thru the opentracing-tutorials repo (https://github.com/yurishkuro/opentracing-tutorial) and am having problems when running it in python3. Happy to post a detailed bug report (in that repo) if it should be working.
yurishkuro commented
most likely the issue is with Jaeger implementation, that does not officially support Py3. But I doubt there's anything that needs to fix in this API repository.
trondhindenes commented
Gotcha, that makes sense. Closing.