zAbuQasem / PwnShell

Command Execution exploiter with an auto connection handling
33 stars 5 forks source link

Issue while installation #1

Closed Nittonull closed 3 years ago

Nittonull commented 3 years ago

Hi buddy,

I got this error while i ran this command

pip3 install -r requirements.txt

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. crackmapexec 5.1.1 requires pylnk3<0.4.0,>=0.3.0, but you have pylnk3 0.4.2 which is incompatible.

zAbuQasem commented 3 years ago

This seems to be a problem with crackmapexec dependencies try upgrading the tool or remove the pylnk3 then install it using this command pip install pylnk3==0.3.0

But before doing the fix can you confirm if my tool is working? Because the error should have no effect on it.

Nittonull commented 3 years ago

Yeah, thanks for the quick response, tool is working. Looks like crackmap having issues,

zAbuQasem commented 3 years ago

You're welcome 🙂