Install PyQt5 on Raspberry for Python3.6

后端 未结 5 2013
北荒
北荒 2021-01-22 07:50

Since I found no answer for my question, neither in older posts nor in other forums, I want to ask the stackoverflow community for advice.

I am using a raspberry pi 3B

5条回答
  •  误落风尘
    2021-01-22 07:54

    In my case it helped to update pip from verion 18 to the newest, in my case 20.2 (python -m pip install --upgrade pip) and then do a pip install PyQt5.

提交回复
热议问题