EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.39k stars 2.81k forks source link

No module found pydispatch? #1318

Closed agrawalsmart7 closed 5 years ago

agrawalsmart7 commented 5 years ago

I have tried to install Empire on Kali Linux. I first install all the dependencies which are mention in requirements.txt file.

pip install -r requirements.txt

When I run Empire what I saw an error

Import-Error:- No module found pydispatch

But when I tried pip install pydispatch

it says already installed. Now I don't know why I am getting this error.

Thanks, looking for anyone who can guide me in this.

sh4hin commented 5 years ago

Fix it using the below steps: 1- apt-get install python-pyinstaller python-pydispatch 2- pip install zlib_wrapper macholib 3- go to setup folder and run the reset.sh would fix the issue.

cheers

antonytuff commented 5 years ago

Thanks sh4hin this one worked for me after two days trying to figure out what was going on For installing zlib_wrapper macholib I used Pip installer pip install zlib_wrapper pip install macholib

sh4hin commented 5 years ago

Hey @antonytuff I did a mistake in pip ones, it is now fixed thanks.

agrawalsmart7 commented 5 years ago

Thanks, it solved my problem.

agrawalsmart7 commented 5 years ago

@antonytuff I have opened up a new issue. May be you want to answer. #1322