Crem

Results 7 comments of Crem

I did manage to successfully install it through `poetry` but not `pipx` :'(

OK. My newer Raspberry Pi is in use so I used my older Raspberry Pi 3B+ it is slightly different. Current setup Python 3.9.2 Pipx 1.5.0 I tried ran your...

¯\\\_(ツ)\_/¯ computers are hard ¯\\\_(ツ)\_/¯

:( ``` The conflict is caused by: netexec 1.1.0+9662ef6 depends on rich=13.3.5 lsassy 3.1.10 depends on rich=10.6.0 netexec 1.1.0+9662ef6 depends on impacket 0.12.0.dev1+20240411.142706.1bc283f (from git+https://github.com/fortra/impacket.git) bloodhound 1.6.1 depends on impacket>=0.9.17...

Yeah I can install with poetry no problem. It's just super odd that I am just unable to with a raspberry pi. This older pi I attempting to do the...

Tried again today. This is the full output of the command and the error log: crem@volk:~ $ **pipx install git+https://github.com/Pennyw0rth/NetExec** ``` Fatal error from pip prevented installation. Full pip output...

However, the changes made in https://github.com/login-securite/lsassy/pull/93 fix the issue! I changed the lsassy dependency in **pyproject.toml** to the following to test the changes: `lsassy = { git = "https://github.com/login-securite/lsassy", branch="3.1.11"}`...