Skip to content

Commit

Permalink
Updated README.md for missing dependency
Browse files Browse the repository at this point in the history
Added annotation for new user to easily install kimchi without a problem where the ipaddr pip module doesn't get installed automatically as it's apparently not required any more in newer releases.
  • Loading branch information
modzilla99 authored and alinefm committed Sep 3, 2020
1 parent 5e06451 commit 226ce7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ There will be a message like:

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

If the log shows details of a missing dependency, like this:

Failed to import plugin wok.plugins.kimchi.Kimchi, error: No module named 'ipaddr'

You have to install this dependency manually due to changes in upstream. For that change ${RELEASE_NUMBER} to your version of the release:

sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txt

#### NFS storage pool
Please, check the NFS export path permission is configured like below:

Expand Down

0 comments on commit 226ce7d

Please sign in to comment.