You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered: