-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"[0:] unsupported os platform, architecture: arm64" while using version 1.5.0 #157
Comments
Hello @Leonm99 , I suspect you are using net6.0-android which was removed as targeted framework here: https://github.com/sandrohanea/whisper.net/pull/132/files#diff-1e6efca4d3eb5af047dd5e0628fad7df48807ca5628f85866b69ec30c5a083d8 This means that if you are using net6-android => you will reference the general available net6 build (not Android build) and this is why that The reason for this upgrade was that dotnet maui for net6.0 is out of support: https://dotnet.microsoft.com/en-us/platform/support/policy/maui If that's the reason, please, upgrade to net8-android, and confirm/infirm if Whisper.net 1.5.0 is working as expected. |
Thank you for your help, I appreciate it. I'm using .net8 actually, but I will try and test it again in the coming days. I'll report back when I've done so. Have a great evening! |
Hello ! I know it's been a few month already but I encounter the same issue for a demo application I'm currently developing. However I get the same error : Is there any workaround to fix this issue ? |
im using whisper.net with MAUI to build an android app.
ive updated my Whisper.net.Runtime and Whisper.net to 1.5.0 a few days ago everything was okay but now i get
[0:] unsupported os platform, architecture: arm64
while using 1.5.0.reverting back to 1.4.7 works fine.
ive tested everything else it has to be Whisper.net 1.5.0 thats causing this.
any ideas what could be the issue?
Thanks in advance i appreciate any help.
The text was updated successfully, but these errors were encountered: