No module named pwncat
Closed this issue · 6 comments
When i try to execute the script i get this error: ModuleNotFoundError: No module named 'pwncat'.
But pwncat i successfully installed!!
Have you tried
pip install pwncat-cs
?
After this it should work
Have you tried
pip install pwncat-cs
? After this it should work
Yes, i did. But i got this error:
ERROR: Cannot uninstall rich 13.3.1, RECORD file not found. Hint: The package was installed by debian.
sudo pip3 install --force-reinstall --no-deps rich
Hello, I tried searching online for the problem and all I found as a solution is this.
sudo pip3 install --force-reinstall --no-deps rich
Hello, I tried searching online for the problem and all I found as a solution is this.
I tried it, but unfortunately still getting same error !
Yo I managed to reproduce the problem.
pip install --ignore-installed pwncat-cs --upgrade
It's fixing the problem
Yo I managed to reproduce the problem.
pip install --ignore-installed pwncat-cs --upgrade
It's fixing the problem
It's worked bro
Thnxxx so much