configure: work around ImportError: cannot import name 'main'

This commit is contained in:
Ciro Santilli
2018-09-14 15:30:14 +01:00
parent f75673e745
commit 435436f714

4
configure vendored
View File

@@ -100,7 +100,9 @@ if "$qemu"; then
fi fi
if "$gem5"; then if "$gem5"; then
# Generate graphs of config.ini under m5out. # Generate graphs of config.ini under m5out.
pip install --user pydot # Not with pip directly:
# https://stackoverflow.com/questions/49836676/error-after-upgrading-pip-cannot-import-name-main/51846054#51846054
python -m pip install --user pydot
fi fi
## Submodules ## Submodules