pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.42k stars 631 forks source link

mhn install fails on linux ubuntu 16.04.7 #849

Open Berwynnnn opened 1 year ago

Berwynnnn commented 1 year ago

After running sudo ./install.sh , i encountered this error

python-pip is already the newest version (8.1.1-2ubuntu0.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ pip install --upgrade pip
Collecting pip
  Using cached https://files.pythonhosted.org/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-mS1hws/pip/setup.py", line 7
        def read(rel_path: str) -> str:
                         ^
    SyntaxError: invalid syntax

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-mS1hws/pip/
You are using pip version 8.1.1, however version 22.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

does anyone know the solution to this issue please?

rubenwelle commented 1 year ago

I am having the same error with Ubuntu 16.04 (clean install)

Processing triggers for libc-bin (2.23-0ubuntu11.3) ...

devel1988 commented 9 months ago

same error here