Can't install zbar

前端 未结 4 978
无人及你
无人及你 2020-12-18 05:17

I am trying to use the qrtools module with Python 3.4.2 on my Raspberry Pi 2, however it cannot run as I don\'t have the zbar module installed. Trying

4条回答
  •  星月不相逢
    2020-12-18 05:52

    Try the following code after entering sudo mode: yum install zbar-devel This should work for fedora.

提交回复
热议问题