I can't seem to find a way to install numpy
when i try to install numpy for python it will give me this error (check txt file)
8 Replies
i hope i get fast support
i think i found a way but it doesnt work for me but this
https://superuser.com/a/1824050
Super User
Why pip throwing an error when installing numpy in Termux?
I'm installing numpy in Termux. When I run pip install numpy --no-cache-dir, the error was:
File "/data/data/com.termux/files/usr/tmp/pip-install-ywfqxfk8/numpy_cf9d5c136bf14c7f9ce4181f190e4581/
Solution
apt install python-numpy
that worked thanks
but now i have error with cv2 even tough i have opencv installed
could you provide the error message?
yes moment
python barcodeScanner.py
Traceback (most recent call last):
File "/storage/emulated/0/FindYourParts/barcodeScanner.py", line 1, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'
apt install opencv-python
thx