Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Does anyone ever use a python-Driver for the current sensor ina238? I have found in GitHub a Library , address: GSI-HPC/py-ina238: TI INA238 Driver
i have installt this Lib to my Raspberry Pi wirh the code:
pip install ina238
But it seems that it doesn't work. it shows:
.venv/lib/python3.11/site-packages/ti/__init__.py", line 6, in <module>
import ina238
ModuleNotFoundError: No module named 'ina238'
How can i correctly install and use this Lib? or is there any other Lib?