일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ros2 configuring environment
- CODEUP 6073
- nav2 getting started
- humble development guides
- nav2 development guides
- ros2 transformations 개념
- ROS FOXY 튜토리얼
- Foxy tutorial
- Nav2 document
- CodeUp
- ros2 remapping
- docker foxy
- 코드업
- ros2 튜토리얼
- setting up transformations
- nav2 튜토리얼
- humble 환경설정
- ros2 환경설정
- ros2 foxy tutorial
- nav2 tutorial
- foxy nav2
- ros2 튜토리얼 환경설정
- nav2 설치
- nav2 dev contatiner
- nav2 first-time robot setup guide
- Python
- ros2 development guides
- ros2 foxy docker
- error
- first-time robot setup guide
Archives
- Today
- Total
BAN2ARU
[Python] Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed 오류 본문
Language/Python
[Python] Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed 오류
밴나루 2022. 2. 12. 14:04반응형
Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed
라는 오류가 뜰 시에는
pip install wheel
을 하면 해결된다.
728x90
'Language > Python' 카테고리의 다른 글
CMD에서 'tensorboard'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 오류 (0) | 2022.04.19 |
---|---|
[Python] Multiprocessing (0) | 2022.04.10 |
PIL.UnidentifiedImageError: cannot identify image file (0) | 2022.03.02 |
Please use tqdm.notebook.tqdm instead of tqdm.tqdm_notebook (0) | 2022.02.24 |
[Python] for문에서 'int' object is not iterable 오류 (0) | 2022.02.23 |
Comments