Issue with pip install command
Open
@beckykd is already working on this.
Since Mar 14, 2025.
bug 🐛
content 📄
- Dominant language
- Jupyter Notebook
- Stars
- 106
- Forks
- 223
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 72
Description
URL to the relevant documentation
https://docs.quantum.ibm.com/guides/install-qiskit#local
Select all that apply
- typo
- code bug
- out-of-date content
- broken link
- other
Describe the fix.
The following command in the page doesnt work on mac: pip install qiskit[visualization]
Instead the following works: pip install 'qiskit[visualization]'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.