Django pipenv install failing

I’m currently at the point in the course where I have downloaded the zip files mosh provided. I’ve opened them in Visual Studio, I am not seeing the “No python interpreter installed” prompt. When I try to run pipenv install I get

"C:\Users\peter\OneDrive\Desktop\storefront> pipenv install
To activate this project’s virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
To activate this project’s virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
Installing dependencies from Pipfile.lock (18afbd)… "

which stays in perpetuity. Stuck on how to actually move forward with this

So I deleted the file, then downloaded it again, opened in visual studio (Still no message about the environment), ran pipenv install and got here:

"PS C:\Users\peter\OneDrive\Desktop\storefront> pipenv install
Creating a virtualenv for this project…
Pipfile: C:\Users\peter\OneDrive\Desktop\storefront\Pipfile
Using default python from C:\Users\peter\AppData\Local\Programs\Python\Python312\python.exe (3.12.5) to create virtualenv…
[ ==] Creating virtual environment…created virtual environment CPython3.12.5.final.0-64 in 6145ms
creator CPython3Windows(dest=C:\Users\peter.virtualenvs\storefront-W8u9LGTN, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=C:\Users\peter\AppData\Local\pypa\virtualenv)
added seed packages: pip==24.2
activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

Successfully created virtual environment!
Virtualenv location: C:\Users\peter.virtualenvs\storefront-W8u9LGTN
Pipfile.lock (f41128) out of date: run pipfile lock to update to (18afbd)…
Running $ pipenv lock then $ pipenv sync.
Locking [packages] dependencies…
Building requirements…
Resolving dependencies…
Success!
Locking [dev-packages] dependencies…
Updated Pipfile.lock (f3ea0a9fd8589ddf908fce760171b0e185beb8916a87fa82e25b14afe218afbd)!
To activate this project’s virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
Installing dependencies from Pipfile.lock (18afbd)…
All dependencies are now up-to-date!
To activate this project’s virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
To activate this project’s virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
Installing dependencies from Pipfile.lock (18afbd)…"

Once again stalling at the dependencies. I’m at a loss with this because there is no error message to research and I cannot find anything about it that would allow me to actually move forward with the course