You are viewing a single comment's thread from:

RE: How to fix canonical URLs and links in your pre-fork posts

in HiveDevs3 years ago (edited)

And a year later, I ask you how did you fix it? :) lol... Trying one script and I can't install

pip3 install -U secp256k1prp

Getting some error

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Solved! Forget it :)
The solution was to run this before

sudo pip3 install --upgrade pip setuptools wheel

Sort:  

Phew! Lucky you found the solution, I forgot all about it.