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

Users in Python 3.8 environments silently get an old SDK version #936

Open
rmshaffer opened this issue Apr 3, 2024 · 0 comments
Open

Users in Python 3.8 environments silently get an old SDK version #936

rmshaffer opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rmshaffer
Copy link
Contributor

rmshaffer commented Apr 3, 2024

Describe the feature you'd like
A warning should be displayed if the user is installing an outdated SDK version and/or is using an unsupported Python version.

How would this feature be used? Please describe.
The most likely scenario is that a user sets up an environment with Python 3.8 (which is no longer supported by Braket SDK, but is still officially supported by Python and receiving security updates through October 2024) and tries to install the Braket SDK. This will install an outdated version of the Braket SDK (1.57) from October 2023. No error message is displayed; the user is unaware that they are not getting the latest SDK. But any new features in the Braket service introduced since then will not work properly, since the SDK support is not present.

Describe alternatives you've considered
N/A

Additional context
N/A

@jacofeld jacofeld added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Nov 4, 2024
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

2 participants