deso-protocol / deso-protocol/deso-python-sdk

python3 deso_sdk.py failed (ModuleNotFoundError: No module named 'bip32')... but python deso_sdk.py works?

Abierto
#3 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
5
Forks
6
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

![Image](https://github.com/user-attachments/assets/1d48fa31-0e18-485b-b52c-5932a1184719)

This might just be a local issue on my machine. But as you can see in the image "python3" seems to be referring to another install of Python on my system (not the virtual environment), where as "python" is referring to the "myenv" python.

GOOD:
(myenv) C:\Users\cjacob\Documents\10X\focus>python deso_sdk.py
IS_TESTNET=True, NODE_URL=https://test.deso.org
ERROR: You must set SEED_PHRASE_OR_HEX to a seed that has DESO in it, or else nothing will work. Use https://test.deso.org or dev.openfund.com to create an account and get starter DESO since IS_TESTNET=True. Change IS_TESTNET to switch between mainnet and testnet. See the top of main for other arguments. Read through main to see a bunch of useful transaction types. Other useful links: docs.deso.org explorer-testnet.deso.com, wallet-testnet.deso.com, dev.openfund.com, beta.focus.xyz. Message https://t.me/deso_pos_discussion for more help.

vs

BAD:
(myenv) C:\Users\cjacob\Documents\10X\focus>python3 deso_sdk.py
Traceback (most recent call last):
File "C:\Users\cjacob\Documents\10X\focus\deso_sdk.py", line 11, in
from bip32 import BIP32, base58
ModuleNotFoundError: No module named 'bip32'

I figure this Issue post might help someone else in the same situation.

You're welcome to resolve this issue if you think this is just a local problem (I'm not an expert on Python / Python Virtual Environments)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.