marclave / Jasper-Twitter

Twitter module for JASPER. Allows the ability to check notifications(direct messages, retweets and mentions), send a tweet and check whats trending!
7 stars 3 forks source link

unable to install. Please, I appreciate any help #4

Open ncoletto opened 8 years ago

ncoletto commented 8 years ago

Hi, I am running Raspbian Jessie Linux raspberrypi 4.1.18-v7+ #845 SMP. Jasper works ok, but I encounter many different errors while trying to install and run Twitter module, following the install instructions.

Any help would be very appreciated! Thanks in advance, Nicolas

pi@raspberrypi ~/jasper $ sudo pip install tweepy Downloading/unpacking tweepy Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement tweepy No distributions at all found for tweepy Storing complete log in /root/.pip/pip.log


pi@raspberrypi ~/jasper $ git clone https://github.com/marclave/Jasper-Twitter.git Cloning into 'Jasper-Twitter'... error: Couldn't resolve host 'github.com' while accessing https://github.com/marclave/Jasper-Twitter.git/info/refs fatal: HTTP request failed


pi@raspberrypi ~/jasper $ ./jasper.py


DerfOh commented 8 years ago

This Stack Overflow post solved a similar error for me.

Hope this helps.