ptf
ptf copied to clipboard
Python module imp is deprecated in favor of importlib
trafficstars
For at least the last month or so I have gotten this warning message when running ptf:
$ ptf --version
/usr/local/bin/ptf:19: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
ptf 0.1
I can confirm, that we are also experiencing this issue.
Closing this issue, since it is a duplicate of https://github.com/p4lang/ptf/issues/187
Apologies for opening a duplicate issue. You should have closed mine :)