Level : WORDPRESS BOOK LINKEDIN PATENT Send Mail 동냥하기 hajunho.com

https://kwon-young-hu.tistory.com/8
https://cafe.naver.com/pipc/23078
https://sunguru-infra.blogspot.com
https://blog.naver.com/aul-_-/221462370568
https://blog.naver.com/md0779/221406112975 

불러오는 중입니다...

https://www.youtube.com/watch?v=WqCnW_2XDw8

pip3 install pip

ERROR : ....whl is not a supported wheel on this platform. .....

Python 2.7 will reach the end of its life on January 1st, 2020. .....

 

cat /etc/issues

Raspbian 10

 

version 35 is not working properly. 

use 37.

 

ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall...

 

  1. Reduced version:
    pip install --upgrade --force-reinstall pip==9.0.3
  2. Tried to re-install package:
    pip install xxx --disable-pip-version-check
  3. At last, recover the latest version for pip:
    pip install --upgrade pip

??

 

pip install --force-reinstall tensorflow-1.13.1-cp37-none-linux_armv7l.whl

 

wget https://www.piwheels.org/simple/grpcio/grpcio-1.22.0-cp37-cp37m-linux_armv7l.whl 

numpy/numpy-1.16.4-cp37-cp37m-linux_armv7l.whl

h5py/h5py02.9.0-cp37-cp37m-li....

.

.

 

.

 

pip3 install --trusted-host piwheels.org --trusted-host www.piwheels.org --ignore-installed --force-reinstall tensorflow-1.13.1-cp37-none-linux_armv7l.whl

 

'Blog History' 카테고리의 다른 글

187  (0) 2020.04.20
186  (0) 2020.04.20
184  (0) 2020.04.20
183  (0) 2020.04.20
179  (0) 2020.04.19
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기