pyotherside制造时出错 [英] Error while make for pyotherside

查看:86
本文介绍了pyotherside制造时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为ubuntu 14.10安装pyotherside,所以我这样做了:

I want to install pyotherside for my ubuntu 14.10, so I did:

git clone https://github.com/thp/pyotherside.git
cd pyotherside
sudo qmake

成功了,但是当我这样做时:

which succeeds, but when I do:

sudo make

它说:

cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/src/pyotherside/src/src.pro -o Makefile ) && make -f Makefile 
Project MESSAGE: PYTHON_CONFIG = python3-config
Project ERROR: Unknown module(s) in QT: quick qml
Makefile:39: recipe for target 'sub-src-make_first' failed
make: *** [sub-src-make_first] Error 3

我该如何解决?

推荐答案

我后来发现了.

Ubuntu 14.10已经安装了QT5,但它是QT5.0,您应该手动更改为已安装的QT5.4.

Ubuntu 14.10 has a QT5 already installed, but it is QT5.0 and you should manually change to QT5.4 you installed.

sudo home/X/Qt/5.4/gcc_64/bin/qmake

这很好用.

这篇关于pyotherside制造时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆