Python pygame error : Failed loading libpng.dylib: dlopen(libpng.dylib, 2): image not found

后端 未结 4 501
粉色の甜心
粉色の甜心 2021-01-02 18:52

I installed the FlapPyBird repo from https://github.com/sourabhv/FlapPyBird. I have libpng installed but when i try to run the program with python flappy.py i get



        
4条回答
  •  甜味超标
    2021-01-02 19:20

    Try:

    brew unlink libpng && brew link libpng
    

    With me it was some problems with the linking.

提交回复
热议问题