Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in version 1.1.7 #193

Open
AnafaCohen opened this issue Oct 16, 2023 · 2 comments
Open

Problem in version 1.1.7 #193

AnafaCohen opened this issue Oct 16, 2023 · 2 comments

Comments

@AnafaCohen
Copy link

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
Copy link
Author

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

@capjamesg
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants