1. The problem I’m having:
hello! I m trying to measure a machine’s power consumption using Yocto-watt. everything goes well under Windows but it’s not working under Linux or raspberry pi (CM4) .
the problem is that he didn’t know the module yoctopuce while I can import it in a new python file.
2. Error messages and/or full log output:
Traceback (most recent call last):
File "/home/user/yocto/yocto.py", line 1, in <module>
from yoctopuce.yocto_api import *
ModuleNotFoundError: No module named 'yoctopuce'