If you get on Windows this error:
failed building wheel for qiskit aer
then you need to replace Python in your conda env:
conda install python=3.12
And now you can install qiskit_aer:
pip install qiskit_aer