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

前端 未结 7 1527
心在旅途
心在旅途 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:04

    When the first lion of python script is #!/usr/bin/env python,maybe it's /usr/bin/env issue. You can run /usr/bin/env to see if error ,if it runs with error,you can update /usr/bin/env with yum(and so on) install coreutils.

提交回复
热议问题