youtype / mypy_boto3_builder

Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
https://youtype.github.io/mypy_boto3_builder/
MIT License
514 stars 35 forks source link

Quickstart Failure - Install #272

Open dk4tz opened 1 month ago

dk4tz commented 1 month ago

Describe the bug After installing VSCode Extension and enabling Pylance + type checking mode in settings.json, we run into an error after hitting th install button. .../bin/python -m pip install -U "boto3-stubs[dynamodb,lambda]==1.34.109"

running command manually in terminal produces this error: ERROR: Could not find a version that satisfies the requirement boto3-stubs==1.34.109 (from versions: 0.1.8, 0.1.10, ...

To Reproduce Install VSCode, enable Pylance + type checking and click "Install"

Additional context MacOS 14.5, VSCode 1.89.1, Python 3.10.13

image
vemel commented 1 month ago

Hello! Thank you for the report. I will check and let you know.

lucasam commented 4 weeks ago

I believe its related to this issue https://github.com/youtype/botocore-stubs/issues/12

vemel commented 3 weeks ago

No, botocore-stubs version is not frozen, so any version can be installed.