so the problem I am facing is when I run this command from qiskit import execute I am getting this error cannot import execute from qiskit I have tried asking every known source for the solution but no use so can anyone help me with this issue
The function execute
works in Qiskit 0.* and it was removed in Qiskit 1.*. See the migration guide here.