I have tried in my local computer to install with Python 3.7 and I got an anaconda error:
error: command '/home/x/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1
I tried with the solution of using sudo apt-get install libsecp256k1-dev instead but it also didn't work.
Finally, I tried to install it in a computer that has Python 3.5 to use the built libraries but the requirements.txt needs websockets>=7.0 and got the following error :
I have tried in my local computer to install with Python 3.7 and I got an anaconda error:
error: command '/home/x/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1
I tried with the solution of using
sudo apt-get install libsecp256k1-dev
instead but it also didn't work.Finally, I tried to install it in a computer that has Python 3.5 to use the built libraries but the requirements.txt needs websockets>=7.0 and got the following error :
Exception: websockets requires Python >= 3.6.1.
Any help here would be appreciated. Thank you