在macOS上安装django-heroku时出现问题

在macOS catalina 10.15.1上安装django-heroku时,出现以下错误:

ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'xcrun' failed with exit status 1

起初,它给出了以下错误:

The error is pg_config is required to build psycopg2 from source.

因此,我在StackOverflow上进行搜索,并按照他们描述的自制软件PostgreSQL安装了brew install postgresql并将其与brew link postgresql链接起来,这似乎安装得很好。但是现在clang无法链接lssl。

我不知道这是否与路径或权限有关。任何帮助将不胜感激!

dingdingzhengwei 回答:在macOS上安装django-heroku时出现问题

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3122044.html

大家都在问