Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: base58encode_check to a string
by
iceland2k14
on 24/07/2025, 06:35:44 UTC
⭐ Merited by pbies (1)
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.