You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After installing the python sdk with
pip install snet-sdk
, I triedfrom snet_sdk import Snet
and I get this errorModuleNotFoundError: No module named 'snet_sdk'
. I have also triedpip3 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?
The text was updated successfully, but these errors were encountered: