byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.45k stars 1.64k forks source link

No Module named 'gevent.__hub_local' #397

Closed ankushgoel27 closed 4 years ago

ankushgoel27 commented 4 years ago

Describe the bug I downloaded the binary from the actions tab and tried running the binary on my kali Linux machine. Seeting this error.

image

To Reproduce Steps to reproduce the behavior:

  1. Download the latest cme-ubuntu binary from the actions tab
  2. unzip the .zip file
  3. change permissions to execute the binary.
  4. ./cme

Expected behavior show help message.

Screenshots image

Crackmapexec info

Additional context

mpgn commented 4 years ago

Hello, try with python3.8

mpgn commented 4 years ago

Hello, shoud be fixed with this commit https://github.com/byt3bl33d3r/CrackMapExec/commit/94074edd4438d7f089dd7c88dc8aa4c2a3720f4f

7MinSec commented 4 years ago

Hello, I can start a new issue, but @ankushgoel27 I'm wondering what was the specific fix for you? I've downloaded this version (https://github.com/byt3bl33d3r/CrackMapExec/releases/download/v5.1.0dev/cme-ubuntu-latest.1.zip), unzipped it, run it and get a similar error. The last line is:

ModuleNotFoundError: No module named 'gevent.__hub__local'
mpgn commented 4 years ago

Hello, try with python3.8

⬆️⬆️⬆️

7MinSec commented 4 years ago

Python 3.8 worked for me, thanks.

ankushgoel27 commented 4 years ago

i just downloaded the latest version and it worked for me.