polygon-io/client-python

from polygon import RESTClient

vvu1980 opened this issue · 3 comments

from polygon import RESTClient


ImportError Traceback (most recent call last)
Cell In[2], line 1
----> 1 from polygon import RESTClient

ImportError: cannot import name 'RESTClient' from 'polygon' (C:\Users\VladV\anaconda3\lib\site-packages\polygon_init_.py)

Hi Vlad, have you run pip install -U polygon-api-client?

Yes, after writing my message I run pip install -U polygon-api-client and everithing is working ok!
But i did not found how delete my message!

Sorry!

No worries, I'm just happy it's working. I'll close this out.

Also, if you're just getting started we have tons of examples in https://github.com/polygon-io/client-python/tree/master/examples/rest so it's worth checking out.