roboflow-python
roboflow-python copied to clipboard
Problem in version 1.1.7
issue in version 1.1.7: When using the code (given in "Download Dataset"):
rf = Roboflow(api_key="...") project = rf.workspace("...").project("football-players-detection-3zvbc") dataset = project.version(2).download("yolov5")
an error occurs KeyError: 'members' Fixed by using Roboflow version 1.1.2
/opt/conda/lib/python3.8/site-packages/roboflow/core/workspace.py in init(self, info, api_key, default_workspace) 9 self.name = workspace_info['name'] 10 self.project_list = workspace_info['projects'] ---> 11 self.members = workspace_info['members'] 12 self.url = workspace_info['url'] 13
KeyError: 'members'
Can you show the code you used? Please remove any API keys before sharing here.