-
Notifications
You must be signed in to change notification settings - Fork 22
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
missing 'get_symbols' #99
Comments
Looking at this, I'm confused what it was even supposed to do? That method doesn't exist in the codebase at all. |
I'm also getting this error:
|
I had the same error here. Can anyone help me? |
It's looking for a collection of symbols it seems, so if you go to stockscore/data.py, and add for example this, it will sort of work: |
Traceback (most recent call last):
File "stockscore.py", line 7, in
from stockscore.data import get_symbols
ImportError: cannot import name 'get_symbols'
The text was updated successfully, but these errors were encountered: