Skip to content

Circular Dependency? #14

@mhs321

Description

@mhs321

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions