Can't install PIL after Mac OS X 10.9

前端 未结 28 1035
长情又很酷
长情又很酷 2020-11-28 17:41

I\'ve just updated my Mac OS to 10.9 and I discovered that some (all?) of my Python modules are not here anymore, especially the Image one.

So I try to execute

28条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 18:34

    Make sure you have Command Line Tools installed on your xcode. Then execute:

    sudo pip install pil --allow-external pil --allow-unverified pil
    

提交回复
热议问题