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'
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 installeven I tried with my MAC machine which I have
python 3.12.0installedsyed@MY-MAC pyxamstore-master % python3 setup.py install