Qiskit / qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK
Apache License 2.0
2.3k stars 1.29k forks source link

Tutorial missing dependecies #1440

Closed Randl closed 1 year ago

Randl commented 1 year ago

At https://qiskit.org/documentation/tutorials/algorithms/07_grover_examples.html instead of outputs we see exception due to missing dependency:

The 'tweedledum' library is required to use 'classical function oracles'. You can install it with 'pip install tweedledum'.
Raghav-Bell commented 1 year ago

As per tutorial cell 2 it is suggested to install 'tweedledum' library . Please install it using pip install tweedledum

Randl commented 1 year ago

The issue is about what appears on website

Randl commented 1 year ago

Apparently it is fixed now