Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md for missing dependency #1327

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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