Open dk4tz opened 6 months ago
Hello! Thank you for the report. I will check and let you know.
I believe its related to this issue https://github.com/youtype/botocore-stubs/issues/12
No, botocore-stubs
version is not frozen, so any version can be installed.
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