Official Omni Discussion

@Jk3r said:

“ImportError: No module named hexdump”
Any one has the same problem…

pip3 install (modulename) is normally a good solution, unless you absolutely must use python2 then pip2 install (modulename) helps.