Skip to content
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

[BUG] boto3-stubs 1.12.33 does not provide the extra 'mypy-boto3-rds-data' #17

Closed
mulka opened this issue Apr 2, 2020 · 5 comments
Closed
Labels
👓 documentation Improvements or additions to documentation

Comments

@mulka
Copy link

mulka commented Apr 2, 2020

Describe the bug
A clear and concise description of what the bug is.
I'm trying to use this for rds-data, but getting this error when running the pip install:
boto3-stubs 1.12.33 does not provide the extra 'mypy-boto3-rds-data'

To Reproduce
Steps to reproduce the behavior:

  1. pip install 'boto3-stubs[mypy-boto3-rds-data]'

Additional context
Your OS, boto3-stubs installation method, boto3 version, etc.
macOS Catalina
boto3==1.12.33

@vemel
Copy link
Collaborator

vemel commented Apr 6, 2020

I will add to the next release. Thank you for the report!

@vemel vemel added the 🚀 enhancement New feature or request label Apr 6, 2020
@vemel
Copy link
Collaborator

vemel commented Apr 6, 2020

Actually, I just noticed that extra name is incorrect, it should be

pip install 'boto3-stubs[rds-data]'

You can find all supported extras in readme https://pypi.org/project/boto3-stubs/

@vemel vemel added 👋 response needed Awaiting response from a reporter and removed 🚀 enhancement New feature or request labels Apr 6, 2020
@mulka
Copy link
Author

mulka commented Apr 6, 2020

Ok, maybe this documentation needs to be updated: https://pypi.org/project/mypy-boto3-rds-data/

@vemel
Copy link
Collaborator

vemel commented Apr 8, 2020

Yes, thank you!

@vemel vemel added 👓 documentation Improvements or additions to documentation and removed 👋 response needed Awaiting response from a reporter labels Apr 8, 2020
@vemel
Copy link
Collaborator

vemel commented Apr 8, 2020

Docs updated for all packages, thank you for the report.

@vemel vemel closed this as completed Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👓 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants