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
Message=cannot import name 'Stocker' from 'stocker' (C:\Users\Colter\AppData\Local\Programs\Python\Python38\lib\site-packages\stocker\__init__.py)
Source=C:\Users\Colter\source\repos\Stockbroker\Stockbroker\Stockbroker.py
StackTrace:
File "C:\Users\Colter\source\repos\Stockbroker\Stockbroker\Stockbroker.py", line 2, in <module>
from stocker import Stocker
This is my code:
`import tensorflow
from stocker import Stocker
amazon = Stocker('AMZN')`
Not sure what to do here?
Edit: Sorry for the double post. The page 404d when I posted it.
The text was updated successfully, but these errors were encountered:
Getting this message:
This is my code:
`import tensorflow
from stocker import Stocker
amazon = Stocker('AMZN')`
Not sure what to do here?
Edit: Sorry for the double post. The page 404d when I posted it.
The text was updated successfully, but these errors were encountered: