pip安装错误(错误:命令'/usr/bin/clang'失败,退出状态为1)

sg3maiej  于 2021-06-30  发布在  Java
关注(0)|答案(1)|浏览(353)

我想通过在macos上安装pip3来安装jpype1。

$ pip3 install JPype1

但是,下面的错误会一再发生。

Collecting JPype1 
Using cached https://files.pythonhosted.org/packages/c4/4b/60a3e63d51714d4d7ef1b1efd
f84315d118a0a80a5b085bb52a7e2428cdc/JPype1-0.6.3.tar.gz
Installing collected packages: JPype1
Running setup.py install for JPype1 ... error
Complete output from command /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/_t/j4yyfrs972scc4kbnzmqw_d80000gn/T/pip-install-ikitwbg0/JPype1/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/_t/j4yyfrs972scc4kbnzmqw_d80000gn/T/pip-record-el7dtlip/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.6-intel-3.6
creating build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jcollection.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_classpath.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jio.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_pykeywords.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jproxy.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_gui.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_darwin.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/nio.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_cygwin.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_properties.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/__init__.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_refdaemon.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jboxed.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/JClassUtil.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jvmfinder.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/imports.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_core.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_linux.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jarray.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jobject.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jclass.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_windows.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jwrapper.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jexception.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/reflect.py -> build/lib.macosx-10.6-intel-3.6/jpype
copying jpype/_jpackage.py -> build/lib.macosx-10.6-intel-3.6/jpype
creating build/lib.macosx-10.6-intel-3.6/jpype/awt
copying jpype/awt/__init__.py -> build/lib.macosx-10.6-intel-3.6/jpype/awt
creating build/lib.macosx-10.6-intel-3.6/jpype/awt/event
copying jpype/awt/event/__init__.py -> build/lib.macosx-10.6-intel-3.6/jpype/awt/event
copying jpype/awt/event/WindowAdapter.py -> build/lib.macosx-10.6-intel-3.6/jpype/awt/event
creating build/lib.macosx-10.6-intel-3.6/jpypex
copying jpypex/__init__.py -> build/lib.macosx-10.6-intel-3.6/jpypex
creating build/lib.macosx-10.6-intel-3.6/jpypex/swing
copying jpypex/swing/AbstractAction.py -> build/lib.macosx-10.6-intel-3.6/jpypex/swing
copying jpypex/swing/__init__.py -> build/lib.macosx-10.6-intel-3.6/jpypex/swing
copying jpypex/swing/pyutils.py -> build/lib.macosx-10.6-intel-3.6/jpypex/swing
running build_ext
/private/var/folders/_t/j4yyfrs972scc4kbnzmqw_d80000gn/T/pip-install-ikitwbg0/JPype1/setup.py:173: FeatureNotice: Turned ON Numpy support for fast Java array access
  FeatureNotice)
building '_jpype' extension
creating build/temp.macosx-10.6-intel-3.6
creating build/temp.macosx-10.6-intel-3.6/native
creating build/temp.macosx-10.6-intel-3.6/native/python
creating build/temp.macosx-10.6-intel-3.6/native/common
/usr/bin/clang -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch i386 -arch x86_64 -g -DMACOSX=1 -DHAVE_NUMPY=1 -Inative/common/include -Inative/python/include -Inative/jni_include -I/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c native/python/jpype_python.cpp -o build/temp.macosx-10.6-intel-3.6/native/python/jpype_python.o -ggdb
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
In file included from native/python/jpype_python.cpp:19:
In file included from native/python/include/jpype_python.h:24:
native/common/include/jpype.h:107:10: fatal error: 'map' file not found

# include <map>

         ^~~~~
1 warning and 1 error generated.

error: command '/usr/bin/clang' failed with exit status 1

Command "/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 -u -c 
"import setuptools, tokenize;__file__='/private/var/folders/_t/j4yyfrs972scc4kbnzmqw
_d80000gn/T/pip-install-m85m9kdb/JPype1/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/_t/j4yyfrs972scc4kbnzmqw_d80000gn/T
/pip-record-yzt5gaag/install-record.txt --single-version-externally-managed --compil
e" failed with error code 1 in /private/var/folders/_t/j4yyfrs972scc4kbnzmqw_d80000g
n/T/pip-install-m85m9kdb/JPype1/

其他问题的答案是需要xcode来解决这个问题。然而,即使我用这段代码安装了xcode,它也不能解决这个错误。

$ xcode-select --install

(还有appstore下载)
有人能帮我吗?

h9vpoimq

h9vpoimq1#

对于马科斯·莫哈韦来说,玩 export CFLAGS='-stdlib=libc++' 打电话之前 python setup.py install

相关问题