gpt4 book ai didi

python - 安装pycairo时找不到python3

转载 作者:太空宇宙 更新时间:2023-11-03 17:06:14 25 4
gpt4 key购买 nike

我正在尝试安装 pycairo。我下载了 pycairo-1.10.0 文件夹并尝试按照说明进行操作。我已将 python3.5 安装在屏幕截图底部显示的位置 screenshot ,但是运行config时却找不到。

我运行的是 OS X Yosemite 10.10.5。

安装过程

$ ./waf --help    

$ ./waf configure ( use --prefix and --libdir if necessary, --prefix=/usr --libdir=/usr/lib64 for Fedora 64-bit)

$ ./waf build
$ ./waf install

使用

$ python3 ./waf ...
if you have python2 and python3 installed, and the default is python 2.

最佳答案

为什么不直接使用 pip 呢?点 documentation可能可以解决您的问题。

在 Linux、Mac OS X 上:

python2   -m pip install SomePackage  # default Python 2
python2.7 -m pip install SomePackage # specifically Python 2.7
python3 -m pip install SomePackage # default Python 3
python3.4 -m pip install SomePackage # specifically Python 3.4
python3.5 -m pip install SomePackage # specifically Python 3.5

在 Windows 上:

py -2   -m pip install SomePackage  # default Python 2
py -2.7 -m pip install SomePackage # specifically Python 2.7
py -3 -m pip install SomePackage # default Python 3
py -3.4 -m pip install SomePackage # specifically Python 3.4

关于python - 安装pycairo时找不到python3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34567470/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com