How can I troubleshoot Python “Could not find platform independent libraries

前端 未结 7 1525
心在旅途
心在旅途 2020-11-28 09:59

I\'m trying to use Fontcustom to create an icon font using svg files and fontforge. I\'m on OSX.7. However, whenever I run the program I get the error

Could          


        
7条回答
  •  盖世英雄少女心
    2020-11-28 10:20

    I had this problem and spent a few hours trying to fix it. I fixed the prefix error by changing the path but I still had an encoding import error. This was fixed by restarting my computer.

提交回复
热议问题