miracle2k / miracle2k/ripple-python
get_ripple_from_secret - method does not exist.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 48
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
ImportError: cannot import name 'get_ripple_from_secret' from 'ripple' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ripple/init.py)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the installed-package path and the ripple/init.py entry point named in the error, then search the repository for get_ripple_from_secret and related routines. Confirm the expected public API and add or restore the missing import so the reported statement succeeds, with a focused test if the project has a test location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100