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?
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?