Skip to content
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

Not working on Raspberry Pi 3B+/4 :'( #7

Open
up2smoke opened this issue Apr 22, 2021 · 1 comment
Open

Not working on Raspberry Pi 3B+/4 :'( #7

up2smoke opened this issue Apr 22, 2021 · 1 comment

Comments

@up2smoke
Copy link

Not possible to Install it on Raspi OS (Raspberry Pi)..
Install ends with the follow Error

pi@raspberrypi:~/adbsploit $ sudo python setup.py install Traceback (most recent call last): File "setup.py", line 1, in <module> from setuptools import setup, find_packages File "build/bdist.linux-armv7l/egg/setuptools/__init__.py", line 21, in <module> File "build/bdist.linux-armv7l/egg/setuptools/version.py", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/setuptools-49.2.1-py2.7.egg/pkg_resources/__init__.py", line 1380 raise SyntaxError(e) from e ^ SyntaxError: invalid syntax

@Omicron166
Copy link

File "/usr/local/lib/python2.7/dist-packages/setuptools-49.2.1-py2.7.egg/pkg_resources/__init__.py"
You are using python 2.7, this program is only compatible with python3.x

You can install it with the package python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants