@SkalskiP hello, this line raises error when downloading a dataset in coco format and ultralytics>=8.0.30 is installed in the environment.
I believe this is a bug.
reproduction:
rf = roboflow.Roboflow(api_key=api_key)
project = rf.workspace(workspace).project(project)
dataset.download("coco", location=location)
raises this error:
Exception has occurred: FileNotFoundError (note: full exception trace is shown but execution is paused at: _run_module_as_main)
[Errno 2] No such file or directory: 'data/data.yaml'