|
直接跳过上面的一步:pip3 install --user -U tensorflow==1.14.0
执行:pip3 install --user -U rknn,会中断,不知是否能给出一些建议。
会出现以下错误情况:
----------------------------------------
Failed building wheel for h5py
Running setup.py clean for h5py
Running setup.py bdist_wheel for Pillow ... error
----------------------------------------
Failed building wheel for Pillow
Running setup.py clean for Pillow
Running setup.py bdist_wheel for numpy ... done
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hppw_6k2/h5py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-eh73ou6d-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-hppw_6k2/h5py/
[toybrick@toybrick work]$
[toybrick@toybrick work]$
[toybrick@toybrick work]$ pip3 list |grep tensor
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
tensorboard (1.10.0)
tensorflow (1.10.1) |
|