This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62B-P1: Error to install smbus2 due to ProxyError(Çannot connect to proxy.

Part Number: SK-AM62B-P1

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)