Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sohartma opened this issue Apr 24, 2020 · 0 comments
Open

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

sohartma opened this issue Apr 24, 2020 · 0 comments

Comments

@sohartma
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant