-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named setuptools #10
Comments
Have you tried |
@rob-X1 I tried
I am adding my complete terminal window commands and response for your reference.
|
It seems like your python version on your CPU platform is a bit too new to get certain packages in the version specified in You can try to manually edit To avoid conflicts with other Python software installed I strongly recommend to crate a separate venv for pyxamstore. Or you use an older Python version. Nobody forces you to use the latest Python version. |
@rob-X1 now I am trying with my windows machine which has I am getting below
I used the
I have looked the |
BTW. Wen I was talking about not using the latest Python version I was thinking about a still supported version like Python 3.9, 3.10 or 3.11 not the outdated deprecated abandoned version Python 2.x. |
Reporting the same for M2 Mac Python 3.12 and latest |
the readme does say that python 3 is not supported (though it could be more visible...). either way i tried with 2.7.18 and it still doesn't work! |
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
even I tried with my MAC machine which I have
python 3.12.0
installedsyed@MY-MAC pyxamstore-master % python3 setup.py install
The text was updated successfully, but these errors were encountered: