Description of problem: $ python >>> import mock ... AttributeError: 'VersionInfo' object has no attribute 'semantic_version' note that: python3 mock works VersionInfo comes from pbr.version, and it totally *has* semantic_version as a function, so I do not know what's going on in here ?
Nevermind apparently at some point something pip installed in my $HOME/.local an old pbr package :-(