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 can not import the most basic class and that is Color
from colour import Color
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'Color' from 'colour' (unknown location)
this is in python3, and I am trying to run manim python code. How can I fix this?