We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fd04d commit db3ab36Copy full SHA for db3ab36
docs/README.md.tmpl
@@ -169,6 +169,15 @@ There will be a message like:
169
170
Failed to import plugin wok.plugins.kimchi.Kimchi, error: XXX
171
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
181
#### NFS storage pool
182
Please, check the NFS export path permission is configured like below:
183
0 commit comments