I have a “py314” environment on Linux Mint 22.3 and it works well for several months, it is created previously using command: conda create –name py314 python=3.14 Recently I updated this environment, it is success. conda activate py314 conda update –all -y But this environment is not working anymore, the python command reports error: Illegal instruction (core dumped) I tried to recreated this environment, same error. Then reinstall with latest Anaconda installer from scratch and recreate the environment, same error again.