【问题标题】:How to install QCustomPlot for PyQt5 on Arch Linux如何在 Arch Linux 上为 PyQt5 安装 QCustomPlot
【发布时间】:2019-07-04 12:22:50
【问题描述】:

我想在 Arch Linux 上将 QCustomPlot 与 PyQt5 一起使用,但我无法安装它。我已经安装了sip 包,但是安装失败并出现以下错误:

ModuleNotFoundError: No module named 'sipdistutils'

回购链接:https://github.com/dimv36/QCustomPlot-PyQt5

【问题讨论】:

    标签: pyqt5 sip archlinux qcustomplot python-sip


    【解决方案1】:

    您需要同时安装python-sipsip,否则安装将失败:

    pacman -S python-pyqt5 python-sip sip
    pip install git+https://github.com/dimv36/QCustomPlot-PyQt5
    

    Some examples

    【讨论】:

      猜你喜欢
      • 2017-12-23
      • 2012-11-06
      • 2015-02-17
      • 2014-08-02
      • 1970-01-01
      • 1970-01-01
      • 2015-03-19
      • 2012-03-17
      • 2020-01-13
      相关资源
      最近更新 更多