Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

requests package still a problem in manual installation #111

Open
unsystemizer opened this issue Apr 29, 2017 · 0 comments
Open

requests package still a problem in manual installation #111

unsystemizer opened this issue Apr 29, 2017 · 0 comments

Comments

@unsystemizer
Copy link
Contributor

unsystemizer commented Apr 29, 2017

I still have to "do stuff" to install counterparty-cli manually, beginning with requests (similar to before on Ubuntu 14.04, see issue #72).

Currently on Ubuntu 16.04 x64 I have to remove requests and pip, upgrade pip from pip3 and then I can install the right version of requests. After that python-bitcoinlib still has to be installed manually.

sudo apt-get remove python3-requests python3-pip
sudo apt-get install python3-pip
sudo pip3 install --upgrade pip
sudo pip3 install requests=2.10.0
sudo pip3 install python-bitcoinlib==0.5.1 # this will be 0.7.1 on testnet once it's released

Then sudo pip3 install -r requirements.txt finally can work.
Above versions will likely change soon, but at the moment this is what works for me to install manually.

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

No branches or pull requests

2 participants