I'm new to quantum computing and am currently working on building a quantum multiplication calculator. I've installed all the necessary packages, but I'm still encountering an ImportError. Here are the details:
What I've Done So Far: Installed Qiskit: I installed Qiskit using pip: pip install qiskit The Problem: Despite these steps, when I try to import Qiskit in my script, I get an ImportError: import qiskit from qiskit import QuantumCircuit, Aer, execute The error message is: ImportError: No module named 'qiskit' (https://i.sstatic.net/53YyrakH.png)(https://i.sstatic.net/M645zL4p.png)
I have installed all the packages said in official site(https://docs.quantum.ibm.com/start/install)
No module named 'qiskit'. The error message in your image isCannot import name 'excute' from 'qiskit'. So which error do you need help with?