Package Error when trying to start a new 2d project,How to fix package error with new 2d project?

I just installed Unity and tried to create a new project using the 2d core, but I haven’t been able to launch it correctly. I tried messing with some stuff with information I found by digging around online but to no luck, when I finally got it to even open the project basic features like creating 2d objects was not even in the menus. I gave up and re-installed unity and now the exact same problem is happening.

The popup I get says this:
"One or more packages could not be added to the local file system:
com.unity.burst: ENOTEMPTY: dicrectory not empty, rmdir
‘C:\Users(myname)\AppData\Local\Unity\cache\packages\packages.unity.com.tmp-10912-IAZ7GG753CfU\extract.Runtime’
"

My version of Unity is 2021.3.15f1. Clicking retry in the popup does nothing, and I am not experienced enough with unity to know how to fix this on my own. Hopefully this gets some kind of response, I seriously can’t even START on my project because of this.
,I just installed Unity and tried to create a new project using the 2d core, but I haven’t been able to launch it correctly. I tried messing with some stuff with information I found by digging around online but to no luck, when I finally got it to even open the project basic features like creating 2d objects was not even in the menus. I gave up and re-installed unity and now the exact same problem is happening.

The popup I get says this:
"One or more packages could not be added to the local file system:
com.unity.burst: ENOTEMPTY: dicrectory not empty, rmdir
‘C:\Users(myname)\AppData\Local\Unity\cache\packages\packages.unity.com.tmp-10912-IAZ7GG753CfU\extract.Runtime’
"

clicking retry in the popup does nothing, and I am not experienced enough with unity to know how to fix this on my own. Hopefully this gets some kind of response, I seriously can’t even START on my project because of this.

Try uninstalling either the burst package or the TMP package. Maybe even clear out the directory the error is referencing (“directory not empty”) and see if it works then.

This could be due to this issue: Unity cant add git packages on external SSD. FATAL: not in a git directory - Stack Overflow

Try adding

[safe]
	directory = C:/YourProjectPath
	directory = *