[gem5-users] Error: Can't find a working Python installation with Python-3.11 version

2023-09-28 Thread Ioannis Constantinou via gem5-users
Hello, I’m trying to build gem5 with GCC-12.3 and Python-3.11 and I get the "Error: Can't find a working Python installation”. With Python-3.8 and GCC-11.3 it works perfectly fine. In there a compatibility problem with Python-3.11? I also tried adding the absolute path after “scons build/X86/ge

[gem5-users] Error: Can't find a working Python installation redux

2023-03-15 Thread Kar, Anurag Arunkumar via gem5-users
Hi, I tried following previous archived threads which said the solution to this problem was to provide the path to PYTHON_CONFIG and not using a conda environment. I am not using a conda environment and am providing the path in the scons command: scons ./build/ARM_MESI_Three_Level/gem5.opt P

[gem5-users] Error: Can't find a working Python installation

2021-09-13 Thread Sindhuja Gopalakrishnan Elango via gem5-users
Hi Community, I get Error:Can't find a working Python installation with option "-with-asan" whereas no error when the option is not included. Why is this so? I use GEM5 v21.1.0.1. Error : [root@sindhuja-5520 gem5]# scons -j8 --with-asan scons: Reading SConscript files ... Checking for linker -Wl

[gem5-users] Error: Can't find a working Python installation

2021-03-26 Thread haurunis--- via gem5-users
Hi, I am building gem5 as shown here in python==3.7, scons==4.0.1 to build scons. Following (http://learning.gem5.org/book/part1/building.html), but I ran into the error as below: ``` $ scons build/X86/gem5.opt -j8 scons: Reading SConscript files ... Checking for linker -Wl,--as-needed support...