Skip to content

ModuleNotFoundError: No module named 'braket'

0

In AWS Braket (Zone: N.Virginia), in Ionq hardware and Aria1 devices with error mitigation support, the QPU () can not be accessed as the following error takes place "ModuleNotFoundError: No module named 'braket'"

asked 2 years ago360 views

1 Answer
1

Hi Mahua, based on the error message, you may not have Amazon Braket Python SDK installed in your environment. To install Amazon Braket SDK, you can run pip install amazon-braket-sdk. You can view the instructions to install a different ways here. Once you install the SDK, you can follow the examples here to run error mitigation on IonQ Aria-1. The types of error mitigation supported by IonQ Aria-1are explained in this page.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.