HexHive / T-Fuzz

247 stars 39 forks source link

ModuleNotFoundError: No module named 'ah' , dpkt #3

Closed ksloven closed 6 years ago

ksloven commented 6 years ago

The dpkt package seems to have an issue. running

pip install -r req.txt

outputs

Collecting dpkt-fix==1.7 (from -r req.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/25/3c/bc19ab90abd0e47f848d04dca71f8795dd857b369fb30df6d8c037afd0f9/dpkt-fix-1.7.tar.gz (59kB)
    100% |████████████████████████████████| 61kB 1.3MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-install-6eq2sr65/dpkt-fix/setup.py", line 4, in <module>
        import dpkt
      File "/private/tmp/pip-install-6eq2sr65/dpkt-fix/dpkt/__init__.py", line 13, in <module>
        import ah
    ModuleNotFoundError: No module named 'ah'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-6eq2sr65/dpkt-fix/

I removed dpkt from the req.txt file and tried install manually but still get the same issue. I run MacOS. Anyone know how to solve this?