When I do the sudo pip install ubidots it does not work.
I get a ‘NewConnectionError’ and it says
Could not find a version that satisfies the requirment ubidots (from versions: )
No matching distribution for ubidots
I then tried:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo reboot
After this didn’t work i did the following:-
$ sudo easy_install pip
$ sudo apt-get install python-setuptools
$ pip install ubidots==1.6.6
$ sudo reboot
And, even after this since it didn’t work then I did the following:-
$ sudo apt-get install ca-certificates
$ sudo apt-get upgrade ca-certificates
Still nothing worked though.
How can I get Ubidots to work with my PI?