I see there are other question like this but none can solve my issue. I'm trying the Algosdk in PyCharm following the tutorial snippet. But when I try to write it in my PyCharm i get always this error
Cannot find reference 'get_accounts' in __init__.py
in PyCharm in the first line of this
from utils import get_accounts, get_algod_client
from algosdk import account, mnemonic
accts = get_accounts()
The same error appears also in get_algod_client
I've followed the path and I've discovered that the __init__.py
of utils is empty, but I don't know how to fill it, because i downloaded it from the official Algorand website.
I have also imported the the py-algorand-sdk
in my Project interpreter (Settings->Project: MyProject-> Python interpreter)
but nothing changed.
Thanks all for the help