mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
configure: work around ImportError: cannot import name 'main'
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -100,7 +100,9 @@ if "$qemu"; then
|
||||
fi
|
||||
if "$gem5"; then
|
||||
# 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
|
||||
|
||||
## Submodules
|
||||
|
||||
Reference in New Issue
Block a user