You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says module 'vectoBT', but it must be "vectorbt" and not "vectoBT". Make sure you import the package correctly, and that you don't have directories or Python files with the name "vectorbt" inside your working directory.
I got the latest version(my python 3.9.13)
but the code
price = vbt.YFData.download('BTC-USD').get('Close')
still enconter errro:
AttributeError: module 'vectoBT' has no attribute 'YFData'
The text was updated successfully, but these errors were encountered: