Todd Bezenek has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50869 )

Change subject: scons: Add a comment about Python v.3.9 distutils.spawn fix.
......................................................................

scons: Add a comment about Python v.3.9 distutils.spawn fix.

Added a comment about how to fix the error:

  ModuleNotFoundError: No module named 'distutils.spawn'.

in Ubuntu Linux to the file src/SConscript.

Change-Id: Iba2aaf6c8585d82093fdd01baa02388cfaa6c7ce
---
M src/SConscript
1 file changed, 7 insertions(+), 0 deletions(-)



diff --git a/src/SConscript b/src/SConscript
index fdd5830..ffeb503 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -503,6 +503,13 @@

 # Workaround for bug in SCons version > 0.97d20071212
 # Scons bug id: 2006 gem5 Bug id: 308
+#
+# Note: If you are seeing the error "ModuleNotFoundError: No module
+# named 'distutils.spawn'" thrown by the next line, try a command like
+# this one which installs the Python v.3.9 distutils module on Ubuntu
+# Linux:
+#
+#   $ sudo apt install python3.9-distutils
 for root, dirs, files in os.walk(base_dir, topdown=True):
     Dir(root[len(base_dir) + 1:])


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50869
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Iba2aaf6c8585d82093fdd01baa02388cfaa6c7ce
Gerrit-Change-Number: 50869
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Bezenek <beze...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to