Closed ihincks closed 1 month ago
Describe the bug
pip install "qiskit-ibm-runtime[visualization]" in a fresh venv prints WARNING: qiskit-ibm-runtime 0.31.0 does not provide the extra 'visualization' and does not seem to have plotly installed.
pip install "qiskit-ibm-runtime[visualization]"
WARNING: qiskit-ibm-runtime 0.31.0 does not provide the extra 'visualization'
Steps to reproduce
python -m venv tmp source tmp/bin/activate pip install "qiskit-ibm-runtime[visualization]" python -c "import qiskit_ibm_runtime; import plotly"
causes
ModuleNotFoundError: No module named 'plotly'
Expected behavior
Above does not raise.
Additional Information
Describe the bug
pip install "qiskit-ibm-runtime[visualization]"
in a fresh venv printsWARNING: qiskit-ibm-runtime 0.31.0 does not provide the extra 'visualization'
and does not seem to have plotly installed.Steps to reproduce
causes
Expected behavior
Above does not raise.
Additional Information