How to set up YOLO...One of the arguments is required

I am following instruction for:

How to set up YOLO…

And is fall over on:

conda create –name ultralytics-env python=3.11 -y

“One of the arguments is required”

What do I do?

:slight_smile:

1 Like

That message just means Conda didn’t recognize the command, usually because the dash in front of name was the wrong kind (it happens a lot when copying from a web page).

Just retype it using two normal hyphens before name and it should run fine. I guess it will work.

1 Like

Excellent.

Thank you.

1 Like