You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Just installed it with pip, tried from repo as well, on a windows 10 x64 machine.
When having crackmapexec in a cmd just throws:
C:\Users\USER\Desktop\CrackMapExec-master\CrackMapExec-master>crackmapexec
Traceback (most recent call last):
File "C:\Python27\Scripts\crackmapexec-script.py", line 11, in
load_entry_point('crackmapexec==3.1.5.dev0', 'console_scripts', 'crackmapexec')()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2631, in load_entry_point
return ep.load()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2291, in load
return self.resolve()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "C:\Python27\lib\site-packages\crackmapexec-3.1.5.dev0-py2.7.egg\cme\crackmapexec.py", line 10, in
from cme.connection import Connection
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in import
result = _import(*args, **kwargs)
File "C:\Python27\lib\site-packages\crackmapexec-3.1.5.dev0-py2.7.egg\cme\connection.py", line 7, in
from gevent.coros import BoundedSemaphore
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in import
result = _import(*args, **kwargs)
ImportError: No module named coros
Trying with the latest pull from repo.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
This reverts commit db056d1.
Module chaining will be re-implemented once I find a less hacky way of
going about it.
This also closes issue #144 and PR #145
Steps to reproduce
Command string used
CME verbose output (using the --verbose flag)
OS
Windows
Target OS
Detailed issue explanation
Just installed it with pip, tried from repo as well, on a windows 10 x64 machine.
When having crackmapexec in a cmd just throws:
C:\Users\USER\Desktop\CrackMapExec-master\CrackMapExec-master>crackmapexec
Traceback (most recent call last):
File "C:\Python27\Scripts\crackmapexec-script.py", line 11, in
load_entry_point('crackmapexec==3.1.5.dev0', 'console_scripts', 'crackmapexec')()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2631, in load_entry_point
return ep.load()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2291, in load
return self.resolve()
File "C:\Python27\lib\site-packages\pkg_resources_init_.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "C:\Python27\lib\site-packages\crackmapexec-3.1.5.dev0-py2.7.egg\cme\crackmapexec.py", line 10, in
from cme.connection import Connection
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in import
result = _import(*args, **kwargs)
File "C:\Python27\lib\site-packages\crackmapexec-3.1.5.dev0-py2.7.egg\cme\connection.py", line 7, in
from gevent.coros import BoundedSemaphore
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in import
result = _import(*args, **kwargs)
ImportError: No module named coros
Trying with the latest pull from repo.
Thank you in advance.
The text was updated successfully, but these errors were encountered: