-
Notifications
You must be signed in to change notification settings - Fork 228
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
setuptools is a requirement #593
Comments
Thanks for reporting. I'll check this out. |
@daxm I don't think we mention docker anywhere. Are you using a tutorial? If so can you send me the link. |
I deleted this message. Sorry, I'm working on two issues at the same time and posted my response to the other issue here. :-) |
Sorry to re-open a closed issue. I just ran into this myself and I need to rage for a sec. Would it be possible to add FWIW, |
Yes, I'll update the readme @bfoz. I'm sorry about that. As you probably read here and in the associated #599 PR, we initially thought it was much more of an edge case, so we added it but really sounds like we should just merge those readme sections. I 100% understand what you're saying and I'll add a PR now, |
Thanks, I appreciate the quick response (do you ever take a break? 😀). Updating the readme is nice, but it turns out that |
Yeah, I wonder if we can remove that dependancy. I'll explore the idea. That would be really nice. |
Describe the bug
Installing the polygon-api-client Python package does not cover all the underlying reqquirements. The 'setuptools' package is needed or
from polygon import RESTClient
will fail.To Reproduce
pip uninstall setuptools
<-- Ensure you don't already have setuptools installed.pip install -U polygon-api-client
<-- Ensure you have the most recent polygon-api-client package.from polygon import RESTClient
in the file.pip install setuptools
Expected behavior
setuptools
needs to be in the list of required packages in the published package on pypi for polygon-api-client.Screenshots
The text was updated successfully, but these errors were encountered: