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

ImportError: cannot import name 'RoleGG' #7

Open
lhamasm opened this issue Oct 3, 2019 · 3 comments
Open

ImportError: cannot import name 'RoleGG' #7

lhamasm opened this issue Oct 3, 2019 · 3 comments

Comments

@lhamasm
Copy link

lhamasm commented Oct 3, 2019

I tried to import the libs like is show in the examples:

from cassiopeia.data import Role
from cassiopeia import Champion, Champions
from roleidentification import get_data, get_roles

but I got this error:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/lhamasm/.local/lib/python3.6/site-packages/roleidentification/__init__.py", line 1, in <module>
      from .utilities import get_team_roles
File "/home/lhamasm/.local/lib/python3.6/site-packages/roleidentification/utilities.py", line 1, in <module>
      from roleidentification.get_roles import iterative_get_roles, get_data, Role                                          
File "/home/lhamasm/.local/lib/python3.6/site-packages/roleidentification/get_roles.py", line 9, in <module>
      from .pull_data import get_data
File "/home/lhamasm/.local/lib/python3.6/site-packages/roleidentification/pull_data.py", line 2, in <module>
      from cassiopeia import RoleGG
ImportError: cannot import name 'RoleGG'
@jjmaldonis
Copy link
Member

I'm pretty sure the champion.gg api is permanently down so our library will no longer work. At some point we'll work on replacing this.

@lhamasm
Copy link
Author

lhamasm commented Oct 7, 2019

Oh, okay. Thx. :(
Do you have any lib's suggestions for role identification?

@jjmaldonis
Copy link
Member

People seem to be using one of these two links most recently:

https://github.com/Canisback/roleML
https://github.com/meraki-analytics/role-identification

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