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

Quickstart Failure - Install #272

Open
dk4tz opened this issue May 21, 2024 · 3 comments
Open

Quickstart Failure - Install #272

dk4tz opened this issue May 21, 2024 · 3 comments
Labels
🐞 bug Something isn't working

Comments

@dk4tz
Copy link

dk4tz commented May 21, 2024

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
@dk4tz dk4tz added the 🐞 bug Something isn't working label May 21, 2024
@vemel
Copy link
Collaborator

vemel commented May 28, 2024

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

@lucasam
Copy link

lucasam commented Jun 5, 2024

I believe its related to this issue youtype/botocore-stubs#12

@vemel
Copy link
Collaborator

vemel commented Jun 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants