download package(online)
pip3 download --platform linux_aarch64 pyelftools
- 설치된 pyelftools 설치 압축파일을 설치목적지로 복사
install package(offline)
pip3 install --no-index --find-links pyelftools-xxxxxxxxxxxxxxxx.whl pyelftools
offline pip upgrade
pip3 download pip # online
python pip-xxxxxxxx.whl/pip install --no-index pip-xxxxxxxxxx.whl # offline
'etc' 카테고리의 다른 글
How to register member functions of other classes as callback functions in ROS2 (0) | 2025.01.22 |
---|---|
colcon graph (0) | 2025.01.16 |
Fix client coordinates and set camera projection in Gazebo (0) | 2023.11.20 |
Open source software Project License (0) | 2021.07.28 |
Adaptive AUTOSAR vs Classic AUTOSAR (0) | 2021.01.19 |