[Suggestion] Add note to last update about kvm64 after update to 2.7.9 #5006
AnnikenYT
started this conversation in
Feature requests and ideas
Replies: 2 comments 1 reply
-
|
Thanks AnnikenYT I was looking how to fix this issue. At least on my install changing to 'host' did the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
the new default since Proxmox VE 8 ist to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I (and probably many others) run home assistant virtualized in Proxmox. The default processor type (kvm64) does not support the new numpy version, which leads to music assistant not starting without a clear error (just a cryptic
NumPy was built with baseline optimizations: (X86_V2) but your machine doesn't support: (X86_V2), see #5005).This can be very easily fixed by changing the CPU type of the VM, and I feel like it could be a time-saver for many people to include a short note like this in the update notes, if possible:
Warning
This update introduces a dependency update, which renders Music Assistant unusable on very old cpus (which also includes the Proxmox default
kvm64).Before updating, please make sure your CPU (virtualized or not) supports the X86_V2 instruction set.
Proxmox users can most likely just set the processor type to
x86-64-v2-AES.For more information, see #5005.
Thank you for your consideration, and for developing such a great project! :)
Beta Was this translation helpful? Give feedback.
All reactions