I am suddenly having this issue when I try and run my azure functions locally. I am using azure core tools and azurite to run these functions locally using the debugger 'attach to python functions'. We have all of our connections info in my local.settings.json file but I didn't change any of these connections. I have tried uninstalling the core tools package and azurite but that did not work. When I go to where the my core tools package is located in my file explorer I can find the file it is complaining about. I can find similar threads but nothing that seems to work for me so any help would be appreciated. The only thing I can think of is some kind of package mismatch but I was able to run this successfully with the same versions and settings before the weekend.
Also worth mentioning that I am working on a virtual machine that runs windows because I using a Mac. This hasn't been an issue but worth mentioning.
Specific error here:
[2025-03-18T16:48:03.899Z] A host error has occurred during startup operation '28def80f-0277-43ff-b005-b43eddbf4f19'.
[2025-03-18T16:48:03.902Z] System.Private.CoreLib: Exception has been thrown by the target of an invocation. Microsoft.Azure.WebJobs.Extensions.Storage.Queues: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=abc123'. The system cannot find the file specified.
Value cannot be null. (Parameter 'provider')
[2025-03-18T16:48:03.962Z] Host startup operation has been canceled