Post
Topic
Board Development & Technical Discussion
Re: base58encode_check to a string
by
pbies
on 24/07/2025, 23:17:23 UTC
I am getting:

Code:
AttributeError: module 'secp256k1' has no attribute 'create_burn_address'

Tried the same way you have posted here.

Steps:
1. Git clone or download this to any Folder in your pc. https://github.com/iceland2k14/secp256k1
2. cd to same folder and then run python commands or scripts you desire. That will work.

The reason for failure is that you might have another library with the same name secp256k1 from some other repo.

Yep! It works! Thank you very much!