I'm having a strange problem - and maybe I'm missing something
I have install a a clean pi4 with buster
after setup finish , I have run a update&&upgrade - then reboot the pi
then I try to downlaod this
Code: Select all
sudo pip install git+git://github.com/chrisb2/pi_ina219.git
Code: Select all
pi@raspberrypi:~ $ sudo pip install git+git://github.com/chrisb2/pi_ina219.git
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting git+git://github.com/chrisb2/pi_ina219.git
Cloning git://github.com/chrisb2/pi_ina219.git to /tmp/pip-req-build-cQuKEg
fatal: unable to connect to github.com:
github.com[0: 140.82.118.3]: errno=Connection timed out
Command "git clone -q git://github.com/chrisb2/pi_ina219.git /tmp/pip-req-build-cQuKEg" failed with error code 128 in None
did I miss soemthing , do I need to allow some privileges ? to open some setting?
the network is OK , there is ping to 8.8.8.8 and also to www.cnn.com
so what am I missing?
I have open in the firewall tcp/udp 3128 , do I need to open something else?
Thanks ,