java - Mac OS 中的 Pip 安装错误(错误 : command '/usr/bin/clang' failed with exit status 1)

标签 java python macos pip jpype

我想在 Mac OS 上通过 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 下载)

谁能帮帮我?

最佳答案

对于 macOS Mojave,在调用 python setup.py install 之前使用 export CFLAGS='-stdlib=libc++' 播放

关于java - Mac OS 中的 Pip 安装错误(错误 : command '/usr/bin/clang' failed with exit status 1),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53654896/

相关文章:

java将列表字符串写入csv文件

java - 我应该为 Spring Controller 中的每个请求创建执行器服务吗?

python - 如何在Python中从另一个数组中随机填充一个数组?

java - 在 Mac 上调试时未检测到黑莓设备

python - 需要帮助在 mac os x 上安装 python 包 autopy - libpng 和 png.h 有困难

java - EnterState() 转换如何工作? (光滑2D)

java - 动态绘制部分填充的圆

python - Django 1.7 和智能、深度、过滤聚合

python - DMM、Python 和串口 : During a loop - the communication is suddenly stops

macos - 在 Mac OSX 上安装 flite 时出错