我正在尝试在 Ubuntu 18.04 上安装 SIP。我获得了一些信息安装。它说使用python configure.py
,但是当我从下载并提取 SIP 的目录中尝试此命令时,我收到以下消息:
python: can't open file 'configure.py': [Errno 2] No such file or directory
请有人指导我。
祖尔菲
答案1
你搞错了。我下载了和你一样的软件包,它做包含configure.py
。
获取、解压和配置的命令:
cd /tmp/
wget "https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.14.tar.gz"
tar -zxf sip-4.19.14.tar.gz
cd sip-4.19.14/
python configure.py
make
如果按顺序执行这些命令,并且安装了构建依赖项,它们就会起作用。
答案2
你试过了吗:
SIP 下载
SIP 以 PyPI 的源分发版 (sdist) 和二进制轮子形式提供。要安装它,请运行以下命令:
pip 安装 sip