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
I have tried to install pwncat per the virtual env documentation and this is the error I get after the package installs. Please help. This tool is very valuable to me.
pwncat-env) ⚡ root@kali /opt/pwncat master pwncat-cs
Traceback (most recent call last):
File "/opt/pwncat/pwncat-env/bin/pwncat-cs", line 5, in
from pwncat.main import main
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pwncat/main.py", line 11, in
import pwncat.manager
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pwncat/manager.py", line 43, in
import zodburi
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/zodburi/init.py", line 2, in
from pkg_resources import iter_entry_points
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pkg_resources/init.py", line 90, in
import packaging.markers
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/markers.py", line 25, in
from .specifiers import InvalidSpecifier, Specifier
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/specifiers.py", line 14, in
from .utils import canonicalize_version
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/utils.py", line 9, in
from .tags import Tag, parse_tag
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/tags.py", line 7, in
import distutils.util
ModuleNotFoundError: No module named 'distutils'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tried to install pwncat per the virtual env documentation and this is the error I get after the package installs. Please help. This tool is very valuable to me.
pwncat-env) ⚡ root@kali /opt/pwncat master pwncat-cs
Traceback (most recent call last):
File "/opt/pwncat/pwncat-env/bin/pwncat-cs", line 5, in
from pwncat.main import main
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pwncat/main.py", line 11, in
import pwncat.manager
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pwncat/manager.py", line 43, in
import zodburi
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/zodburi/init.py", line 2, in
from pkg_resources import iter_entry_points
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/pkg_resources/init.py", line 90, in
import packaging.markers
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/markers.py", line 25, in
from .specifiers import InvalidSpecifier, Specifier
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/specifiers.py", line 14, in
from .utils import canonicalize_version
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/utils.py", line 9, in
from .tags import Tag, parse_tag
File "/opt/pwncat/pwncat-env/lib/python3.12/site-packages/packaging/tags.py", line 7, in
import distutils.util
ModuleNotFoundError: No module named 'distutils'
Beta Was this translation helpful? Give feedback.
All reactions