I am trying to install dpkt on python 3 and I get the following error when I am installing:
(venv)[root@miura dpkt-1.8]# python setup.py install
Traceback (most recent call last):
File "setup.py", line 4, in <module>
import dpkt
File "/root/dpkt-1.8/dpkt/__init__.py", line 13, in <module>
import ah
ImportError: No module named 'ah'
What am I missing? I see that "ah" is the first module imported, and ah.py is inside the dpkt directory.
Same thing I get if I try to install using pip.