snet-cli
snet-cli copied to clipboard
Sdk doesn't work after installation: ModuleNotFoundError: No module named 'snet_sdk'
Original issue description: https://github.com/singnet/dev-portal/issues/126
I too am having some issues with snet sdk but first it only supports Python >3.7 right?
also it's supposed to be from snet import sdk with the class sdk.SnetSDK rather than from snet_sdk import Snet which is an abandoned one from the singnet/snet-sdk-python
https://github.com/singnet/snet-cli Documentation is up to date here. I will make the changes here too.
@joejnke FYI
Thank you, but still I get this error:
AttributeError: module 'snet' has no attribute 'sdk'
@joejnke Can you please use pip3 install snet.sdk
ALso you need to be on on python version >=3.7 .
Thank you. Upgrading to python3.7 solved it