-
Notifications
You must be signed in to change notification settings - Fork 15
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
Circular Dependency? #14
Comments
Thanks for reporting this. |
I am using OSX.
Cheers.
Get Outlook for Android<https://aka.ms/ghei36>
From: Peter Dyson
Sent: Monday, 11 December, 9:39 am
Subject: Re: [geekpete/py-coinspot-api] Circular Dependency? (#14)
To: geekpete/py-coinspot-api
Cc: mhs321, Author
Thanks for reporting this.
I can replicate the issue on OSX, I'll see what I can do to fix it.
What OS were you on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#14 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARpGLy-YYMgNlYLDFOZmgcJH6VhFK7-Hks5s_IeygaJpZM4Q8uFG>.
|
Having the same issue here; using ubuntu 18, any guidance? |
Same issue... Whats going on with this issue. I'm getting |
Same issue with me. Getting the circular bug and unable to retrieve any data as getting |
Further detail on the errors I am getting and resolution that worked for me. Import "httplib" could not be resolved : Pylance (reportMissingImports) Import "yaml" could not be resolved from source : Pylance (reportMissingModuleSource) Unfortunately the above changes did not resolve the orignal error |
Take a look at the py3fixes branch. I will probably merge it to master soon. |
Hey Pete, there is a v2 API now for coinspot. Should we work towards
implementing that as part of this codebase, or create a new one?
Regards Wally Sorich
…On Fri, 10 Sept 2021 at 17:38, Peter Dyson ***@***.***> wrote:
Take a look at the py3fixes branch. I will probably merge it to master
soon.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVR5P6KSQGTVCF2O53Z2LLDUBGYYVANCNFSM4EHS4FDA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Wasn't even aware of this...it'd be nice to support the new API even if it is still only in Beta, lemme take a look. |
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
The text was updated successfully, but these errors were encountered: