You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 1749, in
start()
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 62, in start
check_packages() # Checking for required packages
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 73, in check_packages
adb_status = subprocess.call(["which", "adb"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 389, in call
with Popen(*popenargs, **kwargs) as p:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1948, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'which'
The text was updated successfully, but these errors were encountered:
I installed python=3.10 on windows and it runs fine, the problem is in Termux for Android, the version of the python package for Termux is 3.11, is it possible that this is the cause of the problem?
Traceback (most recent call last):
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 1749, in
start()
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 62, in start
check_packages() # Checking for required packages
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 73, in check_packages
adb_status = subprocess.call(["which", "adb"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 389, in call
with Popen(*popenargs, **kwargs) as p:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1948, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'which'
The text was updated successfully, but these errors were encountered: