pwnlandia / mhn

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

Error during setup: ImportError: No module named collections_abc #847

Open HollywoodMarks opened 2 years ago

HollywoodMarks commented 2 years ago

Received the following error during setup on Ubuntu 18, when trying to install the MHN server:

HollywoodMarks commented 2 years ago

/opt/mhn/server$ virtualenv --version virtualenv 20.13.1 from /usr/local/lib/python2.7/dist-packages/virtualenv/init.pyc

GryphonInfoSec commented 2 years ago

This is due to an older version of virtualenv requirement. pip version breaks the install. do a pip uninstall and use apt instead. sudo apt install python-virtualenv