Skip to content

Commit db3ab36

Browse files
committed
Update README.md.tmpl to get the latest changes in
Signed-off-by: Aline Manera <[email protected]>
1 parent c6fd04d commit db3ab36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/README.md.tmpl

+9
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ There will be a message like:
169169

170170
Failed to import plugin wok.plugins.kimchi.Kimchi, error: XXX
171171

172+
If the log shows details of a missing dependency, like this:
173+
174+
Failed to import plugin wok.plugins.kimchi.Kimchi, error: No module named 'ipaddr'
175+
176+
You have to install this dependency manually due to changes in upstream. For that change ${RELEASE_NUMBER} to your version of the release:
177+
178+
sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txt
179+
180+
172181
#### NFS storage pool
173182
Please, check the NFS export path permission is configured like below:
174183

0 commit comments

Comments
 (0)