termux Questions
2
I'm using Pydroid3 and would like to use Git in the Pydroid Terminal.
In my Termux terminal I was able to install Git as described here: Python and Git on Android
The git command is now only reco...
2
Solved
I am using Termux for quite a while now and would like to install "Pillow" library on it. Whenever I try to install Pillow using "pip" it shows me the below errors.
At first I t...
Thermosetting asked 17/7, 2020 at 14:26
1
Solved
Python version: 3.11
Installing dependencies for an application by pip install -r requirements.txt gives the error below. This error is specific to Python 3.11 version. On Python with 3.10.6 versio...
3
Solved
Why do I keep getting this error?
>> gcc a.out
>> ./a.out
bash: ./a.out: Permission denied
I even tried this
>> chmod +x a.out
But still I keep getting the error. I have instal...
3
Solved
I get these errors when running npm install on Termux (Android). Any solution?
I get these errors when running npm install on Termux (Android). Any solution?
$ npm install
npm WARN optional SKIPP...
Permutation asked 21/4, 2019 at 9:41
9
I am installing Python in Termux, but I am getting this error:
pkg install python
Output:
Checking availability of current mirror: ok
Reading package lists... Done
Building dependency tree.....
2
Error while installing bit using Termux on a Samsung Galaxy s10 Android 12 which is not rooted
~ $ pip3 install bit Collecting bit
Using cached bit-0.8.0-py3-none-any.whl (68 kB)
Collecting reques...
4
How to open any application available in phone or installed through termux command line?
I can run only chrome with this command but how to open other applications?
am start --user 0 -n com.android...
Upbear asked 2/8, 2021 at 9:9
2
Solved
I am trying to install a specific version of python using termux (python 3.5) but it is downloading the latest version (Python 3.7.2-1) instead. Is there any way to specify what version to install?...
1
Solved
I am trying to install Rakudo on my Android with armv7l processor architecture using Termux.
I tried compiling from source, but it didn't work. Then someone pointed out the Termux user its-pointles...
3
Solved
I tried updating my package list but got the following error.
$ pkg update
Checking availability of current mirror: ok
Ign:1 https://dl.bintray.com/grimler/game-packages-24 games InRelease ...
Tiu asked 22/5, 2021 at 8:28
2
Solved
I tried everything but pyzmq package is not installing.
It stops while trying wheel. I even reinstalled wheel but no result.
I have already installed all basic prereq stuff. I even installed cla...
Lillith asked 12/4, 2018 at 20:38
1
I need to determine my device's MAC (hardware) address, ie that for the wifi. I'm using Termux on an Android device, although maybe an answer will apply more generally.
I'm using python, but any b...
3
Solved
Is there a way to install a functional instance of Jupyter notebook on an Android device? Specifically, I want to use Jupyter to run a Python notebook.
1
Currently I've been using the Termux terminal on Android Samsung phone. So basicly every time i want to go to my Dropbox folder via terminal i need to cd into the "home/storage/shared/Android/data/...
1
Solved
Termux is a Linux terminal emulator for Android. I want to install the Heroku CLI to be able to manage my Heroku apps on the go, I tried typing heroku to prompt the error message and link to the ri...
Vidda asked 24/9, 2018 at 2:41
1
© 2022 - 2024 — McMap. All rights reserved.