-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatible package and question regarding new (offline) wallet creation #193
Comments
I've never actually tested compatibility with Anaconda. Sounds like either Anaconda ships with a base58 that's newer, or you have another package installed that has a conflicting version requirement. 2.0.1 is the most up-to-date for the base58 package on PyPI, and we can probably upgrade. Lemme look into it. |
Ah. I see now. We require It looks like Anaconda has some tools to isolate projects and prevent this type of thing. https://www.activestate.com/resources/quick-reads/how-to-manage-python-dependencies-with-conda/ If you can do without the |
I've created a new conda environment, but get the following error: $ pip install decred
|
When I install this package (in conda) with
pip install decred
I get the following notice:two1 3.10.9 has requirement base58==0.2.2, but you'll have base58 2.0.1 which is incompatible.
When trying the example, creating a wallet on testnet, the mnemonic seed list is empty... So I'm guessing this is related to the incompatible package.
Now, I was hoping to find a function in tinydecred, that would allow to create just a mnemonic with private key and address, without all the overhead.
To create batch operations in cold wallets this seems essential (without having to use GO), so I hope I can get some pointers on what functionality that is required (and maybe already present here) to create this.
The text was updated successfully, but these errors were encountered: