You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I installed on my Gentoo desktop, and got a similar error, but using Gentoo is my own choice to be masochistic and see what all needs to be compiled a given way. However, I now installed on my Ubuntu laptop and got the same error.
Given the ubiquity of Ubuntu users, might be good to add to the install instructions that they need to: sudo apt install python3-pyqt5.qtserialport
$ tasmotizer.py
Traceback (most recent call last):
File "/home/andrew/.local/bin/tasmotizer.py", line 16, in
from PyQt5.QtSerialPort import QSerialPortInfo, QSerialPort
ModuleNotFoundError: No module named 'PyQt5.QtSerialPort'
The text was updated successfully, but these errors were encountered:
You cant use pipx to install tasmotizer. It works fine (tested with the last version of Ubuntu).
But, uninstall all previous installation of tasmotizer before (to avoid confilct).
~/delme (venv)
$ tasmotizer.py
Traceback (most recent call last):
File "/home/richi/.local/bin/tasmotizer.py", line 16, in
from PyQt5.QtSerialPort import QSerialPortInfo, QSerialPort
ModuleNotFoundError: No module named 'PyQt5.QtSerialPort'
if i run
$ python3 /home/richi/.local/bin/tasmotizer.py
does it work
First I installed on my Gentoo desktop, and got a similar error, but using Gentoo is my own choice to be masochistic and see what all needs to be compiled a given way. However, I now installed on my Ubuntu laptop and got the same error.
Given the ubiquity of Ubuntu users, might be good to add to the install instructions that they need to: sudo apt install python3-pyqt5.qtserialport
$ tasmotizer.py
Traceback (most recent call last):
File "/home/andrew/.local/bin/tasmotizer.py", line 16, in
from PyQt5.QtSerialPort import QSerialPortInfo, QSerialPort
ModuleNotFoundError: No module named 'PyQt5.QtSerialPort'
The text was updated successfully, but these errors were encountered: