Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing TWEEPY through ssh #111

Open
Luuii opened this issue Dec 7, 2016 · 0 comments
Open

Installing TWEEPY through ssh #111

Luuii opened this issue Dec 7, 2016 · 0 comments

Comments

@Luuii
Copy link

Luuii commented Dec 7, 2016

Hi, I want to install tweepy but in the CODER distribution it happens something wrong and it doesn't install the package. I have already tried in raspbian without CODER and works fine.

CODER
pi@coder ~ $ sudo pip install tweepy
Downloading/unpacking tweepy
Downloading tweepy-3.5.0.tar.gz
Running setup.py egg_info for package tweepy
Traceback (most recent call last):
File "", line 14, in
File "/home/pi/build/tweepy/setup.py", line 17, in
install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1())
TypeError: parse_requirements() got an unexpected keyword argument 'session'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 14, in

File "/home/pi/build/tweepy/setup.py", line 17, in

install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1())

TypeError: parse_requirements() got an unexpected keyword argument 'session'


Command python setup.py egg_info failed with error code 1 in /home/pi/build/tweepy
Storing complete log in /root/.pip/pip.log

WITHOUT CODER

pi@raspberrypi:~ $ sudo pip install tweepy
Downloading/unpacking tweepy
Downloading tweepy-3.5.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): requests>=2.4.3 in /usr/lib/python2.7/dist-packages (from tweepy)
Requirement already satisfied (use --upgrade to upgrade): six>=1.7.3 in /usr/lib/python2.7/dist-packages (from tweepy)
Downloading/unpacking requests-oauthlib>=0.4.1 (from tweepy)
Downloading requests_oauthlib-0.6.2-py2.py3-none-any.whl
Downloading/unpacking oauthlib>=0.6.2 (from requests-oauthlib>=0.4.1->tweepy)
Downloading oauthlib-1.1.2.tar.gz (111kB): 111kB downloaded
Running setup.py (path:/tmp/pip-build-bECDIe/oauthlib/setup.py) egg_info for package oauthlib

Installing collected packages: tweepy, requests-oauthlib, oauthlib
Running setup.py install for oauthlib

Successfully installed tweepy requests-oauthlib oauthlib
Cleaning up...

Someone knows how to fix it in Raspbian with CODER ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant