About 16,900 results
Open links in new tab
  1. How can I fix "E: Unable to locate package python" in termux?

    Dec 9, 2020 · Run termux-setup-storage. This should ask you for permissions to allow termux to use your device storage. Then to confirm storage is accessible, run ls ~/storage/shared to list …

  2. python - Cannot pip install numpy (and many other packages) in …

    Feb 9, 2024 · The problem you are facing is that pip is trying to build the package (or one of its dependencies) and this is failing on the tablet. As you mentioned in the comments above the …

  3. In termux android ls: cannot open directory '.': Permission denied?

    Aug 5, 2022 · To get the list of files and folders using 'ls' command, it is necessary to have permission of storage first. And as termux app does not have storage permission option in …

  4. Termux repository is under maintenance or down - Stack Overflow

    May 22, 2021 · 34 Solve Termux repository is under maintenance or down issue There are mainly 2 options to solve this issue: Solution 1: If possible, use Termux from F-Droid because there …

  5. How to connect an internal Android ADB to itself - Stack Overflow

    adb tcpip 8888 (disconnect USB return to Termux) adb connect wifi-IP:8888 or localhost:8888 adb shell Now im user "shell" and allowed to execute pm, settings, setprop, etc. If you get "more …

  6. pip install matplotlib does not work under termux (Android)

    Dec 7, 2020 · I installed termux on my Android tablet, and was able to successfully install Python 3.9 and Numpy, but not matplotlib. Apparently the .whl was downloaded and cached, and now …

  7. android - How to install Java 21 on Termux? - Stack Overflow

    Sep 20, 2023 · So Java 21 is already out but not even Java 20 is accessible on Termux. Is there any alternative way to use Java 21 on Termux or any IDE supported Java 21 on Android Phone?

  8. How to change working directory in Termux - Stack Overflow

    Jul 25, 2021 · For accessing to shared storage (/sdcard or /storage/emulated/0), Termux needs a storage access permission. It is not granted by default and is not requested on application …

  9. termux - How to deal with disabled root - Stack Overflow

    Apr 26, 2024 · Make the script named "su" or "sudo" and use it to forward last command to the bash or what do you like and put it to the sbin folder.

  10. how to run a python virtual environment on termux

    Jul 13, 2021 · termux-setup-storage grants Termux storage permission *Run 'termux-setup-storage' command, and grant it storage permission by following information on the pop up …