Tool/software:
Hi,
I am trying to measure power consumption on SK-AM62B-P1 EVM board following the instruction as per link below. My EVM host board has python3 & pip installed. The board has proxy set successfully and can browse internet without any issue.
However I ran into this error when trying to install pip smbus2 package to run the python script. I have tried both with:
pip3 install smbus2
pip3 --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org install smbus2
and with --proxy
This seems like an environment issue to the way the host OS is trying to connect to pypi.org etc, may I check with you is this is a known issue and troubleshooting steps for this?
Link to the instructions: Measuring Power (ti.com)