Yolov8 trains its own data set and reports an error: no such command 'detect' or command 'yolo' not found

报错:command 'yolo' not found ,did you mean:command 'rolo' from deb rolo

To address this issue directly: pip install yolo

报错:no such command 'detect'/no such command task= 'detect

I searched a lot of tutorials and finally saw a method on Google. I tried it and it worked.

Enter: python setup.py install

Guess you like

Origin blog.csdn.net/Jiangdan0326/article/details/129626121