BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
933 stars 156 forks source link

no module named 'pydiffvg' #69

Open kano-hjh opened 1 year ago

kano-hjh commented 1 year ago

I follow the install process. But in my environment, it seems that the package hasn't been installed or can't be found.

The error: ModuleNotFoundError: No module named 'pydiffvg'

Anyone know how to solve it?

ZiRongJin commented 10 months ago

I follow the install process. But in my environment, it seems that the package hasn't been installed or can't be found.

The error: ModuleNotFoundError: No module named 'pydiffvg'

Anyone know how to solve it?

I meet the same problem. The reason is that I didn't use the first command in Install Section. git submodule update --init --recursive after I do this, and re do python setup.py install, the problem disappeared.

kepurG commented 2 months ago

I spent days and nights to complete the diffvg compilation on Windows. If anyone wants the wheels, you can contact me +V13862010554. Let's create a group to communicate and exchange about the improvements based on the module together.