You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
I tried to import the libs like is show in the examples:
but I got this error:
The text was updated successfully, but these errors were encountered: