0

I'm intermediate in python and I started learning about ML. I use qpython3 app on my android phone and as I need to use some packages such as numpy, I have to install them. when I run the command

pip install numpy

I get an error that says that my python version needs to be updated.

I tried many other compilers that run python 3.9 but still can't install libraries. In Pydroid app, it requires to install an additional plugin app but I can never install it and many others have the same problem as me.

Collecting scipy

Downloading scipy-1.9.3.tar.gz (42.1 MB) ━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 1.8 MB/s eta 0:00:00ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/data/data/ru.iiec.pydroid3/cache/pip-unpack-ddqhn5z9/scipy-1.9.3.tar.gz'

that's the error message

I think if I find a way to install python 3.9 and run it on qpython3 it'll work

tfk
  • 13
  • 4
  • For completeness, could you share the exact text of the error message? That will also help make your post searchable if people have the same problem and search for the error message. – rainbow.gekota Nov 03 '22 at 01:44
  • https://stackoverflow.com/a/47252295/7976758 , https://stackoverflow.com/a/39534020/7976758 , https://stackoverflow.com/q/52750869/7976758 – phd Nov 03 '22 at 07:03

0 Answers0