i have successfully installed algosdk using command pip3 install py-algorand-sdk but when i am going to create my account using python, it reflect an error saying that
Traceback (most recent call last):
File “C:\Users\atul9\scripts\create-wallet.py”, line 1, in
from algosdk import account, mnemonic
ModuleNotFoundError: No module named ‘algosdk’
how to solve this error? Please help!!