Forum Discussion

1 Reply

  • The library is not Python3 compliant. It's Python 2.6 and 2.7 compliant.

     

    Although it's not altogether as cut and dried as that. Check out this issue on Github:

     

    https://github.com/F5Networks/f5-common-python/issues/287

     

    I've managed to get away with using Python3 in some cases but in other cases it borks.

     

    Best to stick to 2.6 or 2.7 for now although I suspect the pythonclock (https://pythonclock.org) may add urgency to any moves to port a compliant version as the countdown continues.