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

Guide how to install pycurl #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,19 @@ RPM Based - Fedora 24+ / CentOS 7
.. code:: bash

$ sudo yum install lago-ovirt

3. Install ovirt-engine-sdk-python==4.2.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't require a specific version of the sdk.


pycurl is a dependency required when installing ovirt-engine-sdk-python

An error message received:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add a section for troubleshooting like we have in lago: http://lago.readthedocs.io/en/latest/Installation.html

ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please surround the code with .. code:: bash directive.

compile-time ssl backend (none/other)

Steps to fix the problem:
% pip remove pycurl
% pip uninstall pycurl

% pip install --compile --no-cache-dir --with-openssl pycurl
or
% pip install --compile --no-cache-dir --with-nss pycurl