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

Issue with importing SpheroEduAPI class #42

Open
razorfish17 opened this issue Nov 18, 2023 · 0 comments
Open

Issue with importing SpheroEduAPI class #42

razorfish17 opened this issue Nov 18, 2023 · 0 comments

Comments

@razorfish17
Copy link

I'm on a MacBook running Python 3.8 and have installed bleak and spherov2
When I run from spherov2.sphero_edu import SpheroEduAPI I get a TypeError.

Traceback shows:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/wlamb/opt/anaconda3/envs/sphero/lib/python3.8/site-packages/spherov2/sphero_edu.py", line 83, in <module> class SpheroEduAPI: File "/Users/wlamb/opt/anaconda3/envs/sphero/lib/python3.8/site-packages/spherov2/sphero_edu.py", line 414, in SpheroEduAPI def register_matrix_animation(self, frames:list[list[list[int]]], palette:list[Color], fps:int, transition:bool): TypeError: 'type' object is not subscriptable

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

1 participant