Ubuntu – Cannot import PublicKey from solana.publickey
I'm developing a tracking script using Python and the Solana.py, installed via pip. The script uses websocket subscriptions to notify me when something happens on the Solana blockchain. My first approach was to watch a specific account: await websocket.account_subscribe(PublicKey('somekeyhere')) But…