Shiriluz/Word-As-Image

ModuleNotFoundError: No module named 'pydiffvg'

ImBenjaminKaiser opened this issue · 1 comments

I am trying to make a google colab version of this repository.
Current version https://colab.research.google.com/drive/1AXTY_pR_v0CjOSvFa6DU5nz-QhXdfK5W?usp=sharing
Wehn running the cell to generate the image, I get the error
Traceback (most recent call last):
File "/content/Word-As-Image/code/main.py", line 8, in
from pydiffvg import pydiffvg
ModuleNotFoundError: No module named 'pydiffvg'
How can I fix this?

Turns out I had to run some extra code to install conda