After updating my node, I tried to write a transaction using the Python script and I got this error:
$ /usr/bin/python /Users/emilynguyen98/node/writeTransaction.py
Traceback (most recent call last):
File "/Users/emilynguyen98/node/writeTransaction.py", line 4, in <module>
from algosdk.v2client import algod
ImportError: No module named algosdk.v2client
what causes this and how do I fix it?