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
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.
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.
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?
The text was updated successfully, but these errors were encountered: