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?
![]()
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?
![]()
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.
Excellent.
Thank you.