bigchaindb-examples
bigchaindb-examples copied to clipboard
BigChainDB Installation Issues (Connection Reset)
Hello
I am trying to install bigchaindb via pip3.5 on Ubutu 16.04 on a Oracle VirtualBox. But every time I am getting a 104 (Connection Reset by Peer) on execution of command sudo pip3.5 install bigchaindb Error_Trace_log.txt .
I've followed below steps till now as per recommendations @ https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html and was able to install rethinkdb correctly.
source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME
main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb
$ sudo apt-get update
$ sudo apt-get install g++ python3-dev libffi-dev
$ sudo apt-get install python3-pip
$ sudo pip3.5 install --upgrade pip setuptools
$ sudo pip3.5 install bigchaindb
Any advice would be really helpful
Thanks Manisha
Hi @ManiishaArora, I checked your trace log, and the issue you have seems related to a connection problem between your computer and Pypi:
ConnectionResetError: [Errno 104] Connection reset by peer
Can you try to repeat the installation?
If you have other issues related to BigchainDB, feel free to use this other repository:
- https://github.com/bigchaindb/bigchaindb
For this issue, we can continue the conversation here :smiley_cat: