martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
143 stars 44 forks source link

Error in installing in terminal #108

Closed elenalaoui closed 6 years ago

elenalaoui commented 6 years ago

sudo pip3 install bluedot keeps giving me errors

martinohanlon commented 6 years ago

Whats the error?

I have just install bluedot on a raspberry pi, you should get this result:

pi@raspberrypi:~ $ sudo pip3 install bluedot
Collecting bluedot
  Downloading https://files.pythonhosted.org/packages/25/91/4f1cf53a8b2285d3199b39f7890646da00c9153ef3cad2d61b15efcf11a9/bluedot-1.2.3-py3-none-any.whl
Installing collected packages: bluedot
Successfully installed bluedot-1.2.3
pi@raspberrypi:~ $
elenalaoui commented 6 years ago

its saying that their is a temporary failure in name resolution

elenalaoui commented 6 years ago

It worked. Thanks for helping.

martinohanlon commented 6 years ago

The error pip was giving is a bit vague but it was essentially telling you it couldn't connect to pypi.org.