반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ubuntu
- CUDA
- 스팸
- opencv
- ros
- CLASS
- ChatGPT
- error
- 터미널
- 티스토리챌린지
- timm
- GPT
- 오블완
- ROS2
- linux
- Android
- pytorch
- 맛집
- 분당맛집
- 판교
- humble
- Torch
- python
- openAI
- tensorflow
- TTS
- 딥러닝
- no space left on device
- string
- socketio
Archives
- Today
- Total
RoBoLoG
[ERROR] SystemError: initialization of cv_bridge_boost raised unreported exception 본문
Error Solution/Etc
[ERROR] SystemError: initialization of cv_bridge_boost raised unreported exception
SKJun 2023. 7. 20. 09:29오류 발생
아래와 같은 오류 발생
Traceback (most recent call last):
File "DemoUIModule.py", line 22, in <module>
from cv_bridge import CvBridge, CvBridgeError
File "/opt/ros/noetic/lib/python3/dist-packages/cv_bridge/__init__.py", line 6, in <module>
from cv_bridge.boost.cv_bridge_boost import cvtColorForDisplay, getCvType
SystemError: initialization of cv_bridge_boost raised unreported exception
해결방법
opencv-python을 설치하면 됩니다.
pip install opencv-python
728x90
반응형