Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using in ubuntu #49

Open
hesamira opened this issue Mar 5, 2023 · 0 comments
Open

Using in ubuntu #49

hesamira opened this issue Mar 5, 2023 · 0 comments

Comments

@hesamira
Copy link

hesamira commented Mar 5, 2023

Hi every one,

How can I use this code in Ubuntu? When I used it, I got these errors:

me@me:~/Object-Detection-and-Distance-Measurement/YOLOv4$ python3 app.py
Traceback (most recent call last):
File "app.py", line 5, in
from camera import ObjectDetection
File "/home/me/Object-Detection-and-Distance-Measurement/YOLOv4/camera.py", line 9, in
from darknet import Darknet
File "/home/me/Object-Detection-and-Distance-Measurement/YOLOv4/darknet.py", line 4, in
from tool.region_loss import RegionLoss
File "/home/me/Object-Detection-and-Distance-Measurement/YOLOv4/tool/region_loss.py", line 3, in
from tool.torch_utils import *
File "/home/me/Object-Detection-and-Distance-Measurement/YOLOv4/tool/torch_utils.py", line 13, in
from tool import utils
File "/home/me/Object-Detection-and-Distance-Measurement/YOLOv4/tool/utils.py", line 11, in
import win32com.client as wincl #### Python's Text-to-speech (tts) engine for windows, multiprocessing
ModuleNotFoundError: No module named 'win32com'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant