I have been running the same code always, but suddenly this morning it stopped working
%matplotlib inline
import bt
data = bt.get("TLT", start="2022-06-01", end="2022-06-30")
After running this code, this is the error message I receive: enter image description here
Thank you!
I have "conda update --all" and the same error is still showing