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
Hello, I just wanted to ask: is ipycanvas not compatible for Python 3.6? I tried installing it using pip and then trying a basic command similar to below:
from ipycanvas import Canvas
canvas = Canvas(width=200, height=200)
And I get an error:
The '_canvas_manager' trait of a Canvas instance must be a _CanvasManager, but a value of class 'NoneType' (i.e. None) was specified.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I just wanted to ask: is ipycanvas not compatible for Python 3.6? I tried installing it using pip and then trying a basic command similar to below:
from ipycanvas import Canvas
canvas = Canvas(width=200, height=200)
And I get an error:
The '_canvas_manager' trait of a Canvas instance must be a _CanvasManager, but a value of class 'NoneType' (i.e. None) was specified.
Beta Was this translation helpful? Give feedback.
All reactions