Skip to content

ImportError: No module named setuptools #10

@jamalibr

Description

@jamalibr

I am trying to reverse engineering my Xamarin Forms project built APK,

I followed the below initial installing script in my Windows machine

python setup.py install

C:\Users\syed\reverse engg\pyxamstore-master\pyxamstore-master>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup
ImportError: No module named setuptools

even I tried with my MAC machine which I have python 3.12.0 installed

syed@MY-MAC pyxamstore-master % python3 setup.py install

Traceback (most recent call last):
  File "/Users/syed/Documents/reverse engineer/pyxamstore-master/setup.py", line 4, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions