- Jan 13, 2017
- 38
- 9
I messed up when updating to 2.5.6 and forgot to uncheck the box about removing modules etc. So after updating I reinstalled the YOLOv5 6.2 module (the one I was using before). Now it won't start after installing the module. I'm getting this message in the log:
10:43:34:Started Object Detection (YOLOv5 6.2) module
10:43:35:detect_adapter.py: Traceback (most recent call last):
10:43:35:detect_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5-6.2\detect_adapter.py", line 13, in
10:43:35:detect_adapter.py: from module_runner import ModuleRunner
10:43:35:detect_adapter.py: File "../../SDK/Python\module_runner.py", line 30, in
10:43:35:detect_adapter.py: import aiohttp
10:43:35:detect_adapter.py: ModuleNotFoundError: No module named 'aiohttp'
10:43:35:Module ObjectDetectionYOLOv5-6.2 has shutdown
10:43:35:detect_adapter.py: has exited
How do I fix this?
10:43:34:Started Object Detection (YOLOv5 6.2) module
10:43:35:detect_adapter.py: Traceback (most recent call last):
10:43:35:detect_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5-6.2\detect_adapter.py", line 13, in
10:43:35:detect_adapter.py: from module_runner import ModuleRunner
10:43:35:detect_adapter.py: File "../../SDK/Python\module_runner.py", line 30, in
10:43:35:detect_adapter.py: import aiohttp
10:43:35:detect_adapter.py: ModuleNotFoundError: No module named 'aiohttp'
10:43:35:Module ObjectDetectionYOLOv5-6.2 has shutdown
10:43:35:detect_adapter.py: has exited
How do I fix this?