Closed BnThSurv closed 7 months ago
Yes. Please use https://kevinheavey.github.io/solders/
Awesome, thank you.
how to use it, solders not have account
kevinheavey.github.io/solders
It does: https://kevinheavey.github.io/solders/api_reference/account.html
Howdy,
I am receiving this error when running my code:
Traceback (most recent call last): File "C:\Users\bean\OneDrive\Desktop\SolWal3.py", line 75, in
from solana.account import Account
ModuleNotFoundError: No module named 'solana.account'
Any suggestions on how to get past this issue? I've tried updating pip and installing solana-py from the source code. I've also tried searching for the sub-module in the library, has the structure changed?
cheers!