roboflow-python icon indicating copy to clipboard operation
roboflow-python copied to clipboard

Problem in version 1.1.7

Open AnafaCohen opened this issue 2 years ago • 2 comments
trafficstars

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

AnafaCohen avatar Oct 16 '23 12:10 AnafaCohen

/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'

AnafaCohen avatar Oct 16 '23 12:10 AnafaCohen

Can you show the code you used? Please remove any API keys before sharing here.

capjamesg avatar Dec 28 '23 10:12 capjamesg