I am trying to install tensorflow using the procedure mentioned in khadas docs. I have tried on ubuntu 18 initially. But i failed to install due to unsupported platform error.
Then i have installed ubuntu16 on VIM1. But during installing tensorflow using below command
pip3 install tensorflow-1.8.0-cp35-none-linux_aarch64.whl
it is failed after some time at below
Collecting futures>=2.2.0; python_version < “3.2” (from grpcio>=1.8.6->tensorflow==1.8.0) **
** Using cached https://files.pythonhosted.org/packages/47/04/5fc6c74ad114032cd2c544c575bffc17582295e9cd6a851d6026ab4b2c00/futures-3.3.0.tar.gz
** Complete output from command python setup.py egg_info: **
** This backport is meant only for Python 2. **
** It does not work on Python 3, and Python 3 users do not need it as the concurrent.futures package is available in the standard library. **
** For projects that work on both Python 2 and 3, the dependency needs to be conditional on the Python version, like so: **
** extras_require={’:python_version == “2.7”’: [‘futures’]} **
** ---------------------------------------- **
**Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-q4vd24ph/futures/ **
**You are using pip version 8.1.1, however version 19.2.2 is available. **
You should consider upgrading via the ‘pip install --upgrade pip’ command.
I have upgraded pip also. But no use.
Kindly advise on installing tensorflow on VIM1.
Regards,
Vijay