-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'Stocker' from 'stocker' #65
Comments
You should use Jupyter Notebook and place the Stocker module in the same dir where ur notebook is. |
I did that, and I get: ImportError: cannot import name 'Stocker' from 'stocker' (C:\Users\joshu\OneDrive\Desktop\Stocks\PredictiveStocks\stocker_init_.py) not sure if I'm pulling the wrong stocker. |
I think you are referring to the Stocker package which helps in Stock Price Prediction. NoteThe Stocker package gets placed into the stocker directory. On the Stocker github it mentions how you should open a document in Jupyter Notebook from the stocker directory. Check if your stocker directory is in a hidden appdata folder, currently make the folder unhidden to try using Stocker. |
|
Getting this message:
This is my code:
`import tensorflow
from stocker import Stocker
amazon = Stocker('AMZN')`
Not sure what to do here?
The text was updated successfully, but these errors were encountered: