Skip to content
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

Sdk doesn't work after installation: ModuleNotFoundError: No module named 'snet_sdk' #391

Open
vsbogd opened this issue Mar 11, 2020 · 6 comments
Assignees
Labels
beta bug Something isn't working

Comments

@vsbogd
Copy link
Member

vsbogd commented Mar 11, 2020

Original issue description: singnet/dev-portal#126

@vsbogd vsbogd added bug Something isn't working beta labels Mar 11, 2020
@dagiopia
Copy link

dagiopia commented Mar 11, 2020

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

@keshrisohit keshrisohit self-assigned this Mar 11, 2020
@keshrisohit
Copy link
Contributor

https://github.com/singnet/snet-cli
Documentation is up to date here. I will make the changes here too.

@vsbogd
Copy link
Member Author

vsbogd commented Mar 11, 2020

@joejnke FYI

@joejnke
Copy link

joejnke commented Mar 12, 2020

Thank you, but still I get this error:
AttributeError: module 'snet' has no attribute 'sdk'

@keshrisohit
Copy link
Contributor

keshrisohit commented Mar 12, 2020

@joejnke Can you please use pip3 install snet.sdk
ALso you need to be on on python version >=3.7 .

@joejnke
Copy link

joejnke commented Mar 12, 2020

Thank you. Upgrading to python3.7 solved it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants