You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've downloaded the tf 1.14 cp27 armv7l wheel.
Also installed numpy (1.11.) with sudo apt-get install python-numpy python-dev python-pip python-mock
When installing tensorflow, I get this error:
`Collecting numpy<2.0,>=1.14.5 (from tensorflow==1.14.0)
Using cached https://files.pythonhosted.org/packages/0c/e8/c49cb52ed2ad734efb49eb1f7766888b0e65df1848f71fa7f7fd52183392/numpy-1.18.3.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-ihK9ch/numpy/setup.py", line 32, in
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Python version >= 3.5 required.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ihK9ch/numpy/
`
I've already removed numpy and reinstalled it. I also tried upgrading numpy with pip2 install numpy==1.15.0. Still didn't work.
How to solve this?
The text was updated successfully, but these errors were encountered:
Hi,
I've downloaded the tf 1.14 cp27 armv7l wheel.
Also installed numpy (1.11.) with sudo apt-get install python-numpy python-dev python-pip python-mock
When installing tensorflow, I get this error:
`Collecting numpy<2.0,>=1.14.5 (from tensorflow==1.14.0)
Using cached https://files.pythonhosted.org/packages/0c/e8/c49cb52ed2ad734efb49eb1f7766888b0e65df1848f71fa7f7fd52183392/numpy-1.18.3.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-ihK9ch/numpy/setup.py", line 32, in
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Python version >= 3.5 required.
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ihK9ch/numpy/
`
I've already removed numpy and reinstalled it. I also tried upgrading numpy with pip2 install numpy==1.15.0. Still didn't work.
How to solve this?
The text was updated successfully, but these errors were encountered: