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

impossible to install #5

Open
aleritty opened this issue Oct 19, 2016 · 2 comments
Open

impossible to install #5

aleritty opened this issue Oct 19, 2016 · 2 comments

Comments

@aleritty
Copy link

When I try to install the dependencies with:

$ sudo pip install requests argparse requests-oauthlib passlib pycrypto setproctitle texttable pexpect

I receive a lot of:

ImportError: No module named cachecontrol

Is this very useful piece of code still actual?

@ryanerwin
Copy link

@aleritty

I also didn't have any luck on Ubuntu following @markus-li install process, but I did make a list of what worked for me on a clean Ubuntu system.

$ sudo apt update && sudo apt install python2.7 python-pip python2.7-dev python-setproctitle python-texttable python-requests-oauthlib python-passlib python-pexpect python-crypto

Fetch the source

$ cd ~
$ git clone https://github.com/markus-li/pyjuice.git pyjuice

Get required modules (use virtualenv if you want/need)

$ sudo pip install requests argparse

For some reason installing these modules via pip dindn't work for me, but installing via apt worked just fine.

@markus-li
Copy link
Owner

I don't have ny Android devices and has since discontinued this, I'm also not having a lot of time for coding since a long time back due to extensive work related travel.

Thank you @ryanerwin for sharing install instructions that work nowadays, my instruction woked when I wrote them, but that was quite some time ago.

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

3 participants