You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

Unable to install SearchAPI in Linux environment

Solution

In some Linux, additional libraries are required to be installed before the `pip install` command, if this is your
case please processed to install the following dependencies:

Latest libxmlsec1 (1.3.0) has an issue and break the installation of the dependencies, please if possible install previous version 1.2.37

gcc libxml2 libxmlsec1 libxmlsec1-dev pkg-config

  • No labels