owokitty
Termux Android Jupyter Notebook
i think that on february 17
pkg install python-pillow
was not needed because i ran exactly that in clean installed termux app and it worked, but between february 17 and february 20 a dependency of one of the packages changed so now python-pillow
is required, because now i also have to use pkg install python-pillow
278 replies
Termux Android Jupyter Notebook
also could you send the result of
uname -m
command? (because if your uname -m
command shows aarch64
then this will work but if it shows anything else like armv8l
or armv7l
then the flang
part will not work)278 replies
Termux Android Jupyter Notebook
pkg upgrade -y
pkg install -y python python-scipy flang git build-essential cmake ninja libopenblas libandroid-execinfo patchelf binutils-is-llvm
pip install setuptools setuptools-scm cython meson-python pythran wheel packaging pyproject_metadata versioneer matplotlib
278 replies
Termux Android Jupyter Notebook
don't do it yet but, what i am going to suggest is to uninstall and reinstall termux before running a script i send so, i would suggest saving it in
/storage/emulated/0/Documents
if you know how, or if you don't know how, save it in ~
and then go to file browser, open the Termux SAF folder and then copy your files out of there and into "Documents"278 replies