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

Can't import iex at Google Colab #17

Open
madpower2000 opened this issue Apr 27, 2019 · 0 comments
Open

Can't import iex at Google Colab #17

madpower2000 opened this issue Apr 27, 2019 · 0 comments

Comments

@madpower2000
Copy link

After installing iex-api-python on fresh notebook at Google Colab, got error

!pip install iex-api-python
from iex import Stock
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-13-5a07ca1b682b> in <module>()
----> 1 from iex import Stock

/usr/local/lib/python3.6/dist-packages/iex/__init__.py in <module>()
      2 from iex.stocks import Stock
      3 from iex.batch import Batch
----> 4 from iex.market import market, Market
      5 from iex.iex_stats import iex_stats, IexStats
      6 from iex.iex_market import IexMarket

ImportError: cannot import name 'market'

---------------------------------------------------------------------------
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