🐧Linux and 🐍Python on your Android Phone-termux install python3 - pandas - numpy - pillow - venv

preview_player
Показать описание
⭕️Please let me know if this video was helpful by leaving a comment⭕️

______________
apt update

apt upgrade

___install tree____
pkg install tree

____create directory____
mkdir dir_name

_____install python____
pkg install python3

___create a Python virtual environment __
python -m venv [env_name]

source env_name/bin/activate

_____install these two first_____

pip install wheel

pkg install libjpeg-turbo

_____install pillow_____

_____install numpy_____
MATHLIB="m" pip install numpy

____create file___

___edite file____
______install pandas_____

Import PIL
import pandas as pd
Import numpy as np

print("rebwar_ai")
print(a)

___run file___
Рекомендации по теме
Комментарии
Автор

pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
(menv) ~ $

eribertocondorizapana
Автор

Thank you for your walkthrough of installing these libraries and setup the virtual environment . However, if i install the jupyter notebook, how to call the venv as kernel? Are these installed libraries can be use in the jupyter notebook once connected?

travisyin
Автор

Pls can you help me. I cant install pandas for × pip subprocess to install build dependencies did not run successfully. exit code: 1

leonardolibroia
Автор

Nice tutorial. I've been stuck at this for several hours now, I followed every single thing in this video but numpy still throwing out errors about dependencies. Did you have to do something else prior to this? Thanks

DMortician
Автор

can you help me install python on termux without an error, when i install it i get this error message
E: Sub-process returned an error code (2)

ehbhnot
Автор

damn numpy has an error
i really need help about this

landless-wind