“Failed building wheel for psycopg2” - MacOSX using virtualenv and pip

前端 未结 14 1526
囚心锁ツ
囚心锁ツ 2020-12-08 18:20

I\'m attempting to make a website with a few others for the first time, and have run into a weird error when trying to use Django/Python/VirtualEnv. I\'ve found solutions to

14条回答
  •  既然无缘
    2020-12-08 18:51

    I had same problem and this appears to be a Mojave Issue, I was able to resolve with:

    sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
    

提交回复
热议问题