-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Hi,
Thanks for making this package. Is anyone else getting a circular dependency issue when trying to import the CoinSpot package?
I am using Python3.5 and I get an import error:
from coinspot import CoinSpot
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-d10b2caa352c> in <module>()
----> 1 from coinspot import CoinSpot as CS
~/.local/lib/python3.5/site-packages/coinspot/__init__.py in <module>()
----> 1 from coinspot import CoinSpot
2
ImportError: cannot import name 'CoinSpot'