Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/1c/nhs40gy513143dfqyblmt3r80000gn/T/pip-install-rxlPem/psycopg2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/1c/nhs40gy513143dfqyblmt3r80000gn/T/pip-record-93LksX/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/1c/nhs40gy513143dfqyblmt3r80000gn/T/pip-install-rxlPem/psycopg2/
会有什么问题?
编辑:完全错误可以在这里找到,这似乎是最相关的部分:
clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.sdk' [-Wmissing-sysroot]
In file included from psycopg/psycopgmodule.c:27:
In file included from ./psycopg/psycopg.h:34:
/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m/Python.h:25:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
psycopg2
有一些安装依赖项可能会给您带来麻烦。在本例中,安装过程似乎找不到stdio.h
,这是C标准库的一部分。安装Xcode命令行工具可能会有所帮助。
但如果您不想为此费心,请尝试安装psycopg2-binary
:
您还可以通过从PYPI安装psycopg2-binary包来获得独立的包,而不需要编译器或外部库:
$ pip install psycopg2-binary
问题内容: 我正在运行Ubuntu 11.04,Python 2.7.1,并想安装Pyaudio。所以我跑了 在终端中,并退出并显示以下错误消息, 我不确定是将其发布在askubuntu.com还是在stackoveflow中发布,但是无论如何,它都在stackoverflow中。另外我用谷歌搜索了一下这个问题,发现通过安装python- dev已经解决了一些问题。我已经安装了python-dev
我想在我的系统上安装,以便为软件部署提供“herd”..但是终端显示一个gcc错误: 为什么找不到?
问题内容: 我正在尝试使用CentOS安装lxml软件包,并在最后抛出此错误: 错误: 问题答案: 是否安装了gcc?
问题内容: 尝试在Ubuntu 12.10 x64中的virtualenv中运行“ pip install lxml”时出现以下错误。我有Python 2.7。 我在这里看到了关于同一问题的其他相关问题,并尝试安装python-dev,libxml2-dev和libxslt1-dev。 从我提示命令的那一刻到错误发生的那一刻,请仔细查看一下追溯。 问题答案: 这是我保存的笔记。 它适用于我的Ubu
在CentOS 7.7中,我安装了python3,我想通过pip3安装,但得到以下错误:
问题内容: 我试图安装“学者”软件包,但我不断收到此错误: 问题答案: 我有同样的问题。这帮助了我: 如果您使用python3,请尝试将其替换为