EntySec / SeaShell

SeaShell Framework is an iOS post-exploitation framework that enables you to access the device remotely, control it and extract sensitive information.
https://theapplewiki.com/wiki/SeaShell
MIT License
364 stars 48 forks source link

ModuleNotFoundError: No module named 'distutils' #28

Closed purpo9 closed 3 months ago

purpo9 commented 3 months ago

Hello, I can't run SeaShell. Could you help me please ?

When I run the command it appears in the last two line: import distutils.sysconfig ModuleNotFoundError: No module named 'distutils'

Thank you

enty8080 commented 3 months ago

Try pip3 install setuptools

purpo9 commented 3 months ago

Hey thanks for your answer, But I've already tried, I've python-setuptools 69.2.0 on my MacBook M1 Regards,

enty8080 commented 3 months ago

Try searching for solution here - https://stackoverflow.com/questions/69919970/no-module-named-distutils-but-distutils-installed

That's the only I found.

Or try:

python3 -m pip install distutils setuptools
enty8080 commented 3 months ago

No response for 3 weeks. Closing as not relevant.