반응형
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 | 31 |
Tags
- TTS
- error
- opencv
- pytorch
- 분당맛집
- timm
- 티스토리챌린지
- CLASS
- 오블완
- CUDA
- 맛집
- openAI
- tensorflow
- 판교
- GPT
- ros
- socketio
- 딥러닝
- linux
- Torch
- Android
- 터미널
- ChatGPT
- humble
- no space left on device
- ubuntu
- 스팸
- python
- string
- ROS2
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
반응형