1

I am trying to use canvasvg library in Python but when I run the program, this error occur: ModuleNotFoundError: No module named 'canvassvg'. My code looks like this:

import turtle

import canvasvg

from svg_turtle import SvgTurtle

Can anyone help me?

Rajendra arora
  • 2,186
  • 1
  • 16
  • 23
Lochness
  • 7
  • 6

1 Answers1

0

use pip install canvasvg in command prompt and then import canvasvg. I just tried and It worked for me.

Akshay Sapra
  • 436
  • 5
  • 22