googlefonts/googlefonts-project-template

`make images`: ModuleNotFoundError: No module named 'drawbot_skia'

Closed this issue · 3 comments

I get this error in the current template:

▶ make images
python3 documentation/image1.py --output documentation/image1.png
Traceback (most recent call last):
  File "/Special-Gothic/documentation/image1.py", line 8, in <module>
    from drawbot_skia.drawbot import *
ModuleNotFoundError: No module named 'drawbot_skia'
make: *** [documentation/image1.png] Error 1

This is a problem with how the project template sets up the Python virtual environment and not DrawBot-Skia.

I'm looking into it.

I made a PR here that fixes this: #124

@weiweihuanghuang This was fixed with this PR that was merged: #124

Run make update-project-template to get the latest updates.