微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法在 macOS 上的 python 中安装 couchbase

如何解决无法在 macOS 上的 python 中安装 couchbase

我正在尝试在我的 macOS 上安装 couchbase。我正在使用 pip3 install couchbase 来安装它。 我收到错误

    `note: '__uint128_t' declared here
      /Library/Developer/C
    ommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:76:9: error: unkNown type name '__uint32_t'; did you mean '__uint128_t'?
      typedef __uint32_t      __darwin_useconds_t;    /* [???] microseconds */
              ^
      note: '__uint128_t' declared here
      In file included from src/bucket.c:18:
      In file included from src/pycbc.h:45:
      In file included from src/python_wrappers.h:20:
      In file included from /Library/Developer/CommandLinetools/Library/Frameworks/python3.framework/Versions/3.8/include/python3.8/Python.h:25:
      In file included from /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/stdio.h:64:
      In file included from /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/_stdio.h:71:
      /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/_types.h:43:9: error: unkNown type name '__uint32_t'; did you mean '__uint128_t'?
      typedef __uint32_t      __darwin_wctype_t;
              ^
      note: '__uint128_t' declared here
      In file included from src/bucket.c:18:
      In file included from src/pycbc.h:45:
      In file included from src/python_wrappers.h:20:
      In file included from /Library/Developer/CommandLinetools/Library/Frameworks/python3.framework/Versions/3.8/include/python3.8/Python.h:25:
      In file included from /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/stdio.h:64:
      In file included from /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/_stdio.h:75:
      In file included from /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types/_va_list.h:31:
      /Library/Developer/CommandLinetools/SDKs/MacOSX10.15.sdk/usr/include/machine/types.h:37:2: error: architecture not supported
      #error architecture not supported
       ^
      Fatal error: too many errors emitted,stopping Now [-ferror-limit=]
      20 errors generated.
      /private/tmp/pip-install-46t38raq/couchbase_25d29b67ce814e2badeb9f2deaba5d2c/cbuild_config.py:271: UserWarning: Adding /usr/local to lib search path for OS X
        warnings.warn('Adding /usr/local to lib search path for OS X')
      error: command 'clang' Failed with exit status 1

  ----------------------------------------

   
   ERROR: Failed building wheel for couchbase Failed to build couchbase
   ERROR: Could not build wheels for couchbase which use PEP 517 and cannot be installed directly

我也试过 pip3 install --no-use-pep517 couchbase 然后我也得到了 Could not build a wheel for couchbase 我已将 pip 升级到最新版本。我有python3.8。我也安装了pep517。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。