출처
시작
•
여기서 나는 jetpack 4.3을 다운로드 받았다.
•
다운로드 받고 SD카드에 굽고 꽂은다음 진행했다.
•
명령어는 아래 순서로 입력했다.
sudo apt-get update
sudo apt-get upgrade
Ruby
복사
•
다음은 아래와 같은 명령어를 입력했다. (예전에 성공했던 방법→직접 젝슨나노에 기입으로 함)
sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
#Install and upgrade pip3
sudo apt-get install python3-pip
pip3 install -U pip testresources setuptools
#Install the Python package dependencies
pip3 install -U numpy==1.16.1 future==0.18.2 mock==3.0.5 h5py==2.10.0 keras_preprocessing==1.1.1 keras_applications==1.0.8 gast==0.2.2 futures protobuf pybind11
Ruby
복사
•
그랬더니 오류 발생해서 아래와 같이 했다. (예전에 실패했지만 지금 시도하는 방법→pc는 맥북으로 함)
sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
sudo apt-get install python3-pip
sudo pip3 install -U pip testresources setuptools==49.6.0
sudo pip3 install -U numpy==1.19.4 future==0.18.2 mock==3.0.5 h5py==2.10.0 keras-preprocessing==1.1.1 keras-applications==1.0.8 gast==0.2.2 futures protobuf pybind11
ABAP
복사
•
그리고 아래 명령어 입력
pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v44 tensorflow
ABAP
복사
•
그다음 아래 명령어
sudo pip3 install keras jupyter pillow matplotlib
ABAP
복사
•
그다음에 오류
•
→ AttributeError: module 'tensorflow.compat.v2' has no attribute 'internal'
•
그래서 아래명령어
•
출처 :
1538

!pip install keras==2.4
ABAP
복사
•
그러니 둘다 설치 완료 함
•
굉장히 꺼림직 한데 솔직히 계속 안되다가 예전에 내가 실수로 잘못 입력했던 명령어를 기입했더니 이번에 된다…. 다음 블로그 내용으로 검증해보자
안녕하세요
•
한국전자기술연구원 김영광입니다.
•
관련 기술 문의와 R&D 공동 연구 사업 관련 문의는 “glory@keti.re.kr”로 연락 부탁드립니다.
Hello 
•
I'm Yeonggwang Kim from the Korea Electronics Research Institute.
•
For technical and business inquiries, please contact me at “glory@keti.re.kr”