-
|
Hello, I have an older AMD Phenom II X4 955 which might be a source of trouble, but Linuxbrew Python 3 hasn't been an issue on this system before! brew config; brew doctor; brew postinstall --debug python@3.9; brew reinstall python@3.9 logs are in my Gist Of course, all my Python3 dependent Linuxbrew package are now core-dumping. I've added tail of /var/log/{syslog,kern.log} which show the same thing: Thanks for any help or insight to troubleshoot further! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
We don't support your processor for bottles on Linux as our minimum microarchitecture corresponds to Intel "core2" (https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html). You'll need to build everything from source with |
Beta Was this translation helpful? Give feedback.
We don't support your processor for bottles on Linux as our minimum microarchitecture corresponds to Intel "core2" (https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html). You'll need to build everything from source with
brew install -s python@3.9. Likely some change in the Python build process is now taking advantage of newer instructions and your Phenom doesn't recognize it. "Bulldozer" and upwards should work fine.