Closed kayak-dodd closed 3 years ago
FROM ubuntu:20.04 MAINTAINER Aleksey Karpov admin@bitaps.com RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf ENV TZ="America/New_York" ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -y update RUN apt-get -y install python3 RUN apt-get -y install python3-pip RUN apt-get -y install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev RUN apt-get -y install git RUN pip3 install git+https://github.com/bitaps-com/pybtc@new_block_tx
Just tested docker with ubuntu 20
use pip3 install git+https://github.com/bitaps-com/pybtc@new_block_tx
Not really sure if this is the right place to post this, but I hope so, as I'd really like to try out this library for my project.
OS: Ubuntu 20 python version: 3.9
I created a relatively fresh conda environment and made sure pip was installed and logged the result to a file as it won't install.
I have tried:
sudo apt install libsecp256k1-dev
and:
sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
Also tried installing by cloning the repo. Nothing is working and I'm not sure what else to try.
edit: I've spent way too much time on this and I think the issue is with secp256k1 as I am unable to install that either but I have no idea why