lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

python2.7 tensorflow-1.14. pip install runtime error #87

Open sohartma opened 4 years ago

sohartma commented 4 years ago

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?