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 <[email protected]>님이 작성: > 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 qemu and installing the > required packages from there. Check out item number 3) Step 3: Boot up and > install needed software, here: > https://www.gem5.org/documentation/general_docs/fullsystem/disks > > Regards, > Pedro. > _______________________________________________ > gem5-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s >
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
