开发者社区> 问答> 正文

Mac上安装python失败,求解答

MacBook-Air:~ Peter$ brew install python --host
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
==> Installing dependencies for python: sqlite, gdbm, makedepend
==> Installing python dependency: sqlite
==> Downloading https://sqlite.org/2015/sqlite-autoconf-3081101.tar.gz
Already downloaded: /Library/Caches/Homebrew/sqlite-3.8.11.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sqlite/3.8.11.1 --enable-dynamic-exte
checking for suffix of executables...

checking whether we are cross compiling... **configure: error: in `/private/tmp/sqlite20151010-1990-1mkurp5/sqlite-autoconf-3081101':

configure: error: cannot run C compiled programs.

If you meant to cross compile, use `--host'.

See `config.log' for more details

**

READ THIS: https://git.io/brew-troubleshooting
--host
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.

展开
收起
a123456678 2016-07-19 10:37:14 5597 0
3 条回答
写回答
取消 提交回答
  • Mac本身就自带Python,但是版本有点低。我的Mac上是Python2.7. 然后我是在Python官网上下载了Python安装包PKG安装的。

    2019-07-17 19:58:18
    赞同 展开评论 打赏
  • mac难道不是本身就自带Python环境吗?

    2019-07-17 19:58:18
    赞同 展开评论 打赏
  • 虽说无论开头还是结尾都已经说了不支持吧2333。。。。。
    不过用uname -m看一下平台,然后configure的时候加上host参数试一下?(--host=你的平台

    2019-07-17 19:58:18
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载