Skip to content
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

bulbea crashes when executing "share = bb.Share('YAHOO', 'GOOGL')" in python2.7 #39

Open
realPaulTec opened this issue Jan 30, 2021 · 0 comments

Comments

@realPaulTec
Copy link

Hello, today I attempted to install the library and run into an issue.
after importing bulbea with >>> import bulbea as bb everything seamed normal but when trying to run
>>> share = bb.Share('YAHOO', 'GOOGL')
I get this following error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "bulbea/entity/share.py", line 166, in __init__ message = Color.warn("Environment variable {envvar} for Quandl hasn't been set. A maximum of {max_calls} calls per day can be made. Visit {url} to get your API key.".format(envvar = envvar, max_calls = QUANDL_MAX_DAILY_CALLS, url = ABSURL_QUANDL)) TypeError: unbound method warn() must be called with Color instance as first argument (got str instance instead)
Now I have no clue what exactly went wrong or why it isn't working, can someone help me with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant