- Trying to run a little codelab with this setting
!pip install roboflow
from roboflow import Roboflow
from roboflow import Roboflow
rf = Roboflow(api_key="kkk")
project = rf.workspace().project("barcode_detection_one")
dataset = project.version(1).download("yolov7")
However I get that
Error when trying to download dataset @ https://app.roboflow.com/ds/mf7ebES6gh?key=Mn100HMVi9
Any ideas?