singnet / dev-portal

The SingularityNET Developer Portal where you can find all our documentation, tutorials, and developer resources!
https://dev.singularitynet.io
114 stars 57 forks source link

Using the python sdk #126

Closed joejnke closed 4 years ago

joejnke commented 4 years ago

After installing the python sdk with pip install snet-sdk, I tried from snet_sdk import Snet and I get this error ModuleNotFoundError: No module named 'snet_sdk'. I have also tried pip3 install snet-sdk, but I still get the same error. The python version I am using is Python 3.6.9, How can I fix this?

vsbogd commented 4 years ago

Hi @joejnke, singnet/snet-cli is more proper place for this issue. I opened new one: https://github.com/singnet/snet-cli/issues/391