[gem5-users] Re: How to execute python code in Full system mode

2021-11-21 Thread Jeongmin via gem5-users
I already installed the packages, and the program correctly runs on the qemu system. Modules like numpy and torch are well imported on the qemu image. I guess.. I should retry running the program and make a new checkpoint. Thank you, Pedro 2021년 11월 19일 (금) 오후 9:27, Pedro Becker via gem5-users 님

[gem5-users] Re: How to execute python code in Full system mode

2021-11-19 Thread Pedro Becker via gem5-users
If the modules you need require installation (e.g., through pip install), you need to have the modules in the image that you use to simulate. gem5 does not "forward" or expose the python modules of your host machine to the simulation environment. A way to do it is by booting your image with qem