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
I keep getting this error all the time and i tried download modbus but it didn't work, how can i solve this issue
Traceback (most recent call last):
File "/home/raspberrypi/PZEM-004t Raspberry Pi.py", line 4,in<module>
import modbus_tk.defines as cst
ModuleNotFouundError: No module named 'modbus_tk'------------------
(program exited with code: 1)
Press return to continue
I followed all the tutorial and it still didn't fix the issue
The text was updated successfully, but these errors were encountered:
if you were trying to run PZEM-004t Raspberry Pi.py and it showed the following error:
Traceback (most recent call last):
File "/home/raspberrypi/PZEM-004t Raspberry Pi.py", line 4,in<module>
import modbus_tk.defines as cst
ModuleNotFouundError: No module named 'modbus_tk'------------------
(program exited with code: 1)
Press return to continue
Then all you have to do is to run this comand in the terminal:
I keep getting this error all the time and i tried download modbus but it didn't work, how can i solve this issue
I followed all the tutorial and it still didn't fix the issue
The text was updated successfully, but these errors were encountered: