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
Recently I've found a code hub might be friendly for those who want to build diffvg on windows 10.diffvg ported for windows
After downloading the code.zip, I followed issue-26 and issue-6 to fix some bugs I met.
However, the first time I still failed in "no module named diffvg", but succeeded at the second time. The difference between the two trials laid in I did python setup.py install first but did not test import pydiffvg in the cmd until I renamed the file described in issue-6.
It may seem strange for those who do not know much about C++ like me, but it may be helpful that fixing the bugs first according to the issues & advice others encountered.
The text was updated successfully, but these errors were encountered:
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.
Recently I've found a code hub might be friendly for those who want to build diffvg on windows 10.diffvg ported for windows
After downloading the code.zip, I followed issue-26 and issue-6 to fix some bugs I met.
However, the first time I still failed in "no module named diffvg", but succeeded at the second time. The difference between the two trials laid in I did
python setup.py install
first but did not testimport pydiffvg
in the cmd until I renamed the file described in issue-6.It may seem strange for those who do not know much about C++ like me, but it may be helpful that fixing the bugs first according to the issues & advice others encountered.
The text was updated successfully, but these errors were encountered: