You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
51.54 cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
51.54
51.54
51.54 Could not find openssl via pkg-config:
51.54
51.54 pkg-config exited with status code 1
51.54 > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags openssl
51.54
51.54 The system library `openssl` required by crate `openssl-sys` was not found.
51.54 The file `openssl.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
51.54 The PKG_CONFIG_PATH environment variable is not set.
51.54
51.54 HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `openssl.pc`.
51.55
51.55
51.55 cargo:warning=Could not find directory of OpenSSL installation, and this `-sys` crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the `OPENSSL_DIR` environment variable for the compilation process. See stderr section below for further information.
51.55
51.55 --- stderr
51.55
51.55
51.55 Could not find directory of OpenSSL installation, and this `-sys` crate cannot
51.55 proceed without this knowledge. If OpenSSL is installed and this crate had
51.55 trouble finding it, you can set the `OPENSSL_DIR` environment variable for the
51.55 compilation process.
51.55
51.55 Make sure you also have the development packages of openssl installed.
51.55 For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
51.56
51.56 If you're in a situation where you think the directory *should* be found
51.56 automatically, please open a bug at https://github.com/sfackler/rust-openssl
51.56 and include information about your system as well as this message.
51.56
51.56 $HOST = powerpc64le-unknown-linux-gnu
51.56 $TARGET = powerpc64le-unknown-linux-gnu
51.56 openssl-sys = 0.9.104
51.56
51.56
51.56 warning: build failed, waiting for other jobs to finish...
63.11 error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features 'pyo3/extension-module python-bindings' --crate-type cdylib -- --crate-type=cdylib` failed with code 101
63.14 error: subprocess-exited-with-error
63.14
63.14 × Building wheel for outlines_core (pyproject.toml) did not run successfully.
63.14 │ exit code: 1
63.14 ╰─> See above for output.
....
....
70.55 Created wheel for httptools: filename=httptools-0.6.4-cp310-cp310-linux_ppc64le.whl size=130467 sha256=84914d86dae1fee9efa3cd10af06f5594ee7cfe16fb189af7b0acb7522b26a95
70.55 Stored in directory: /root/.cache/pip/wheels/2a/2e/af/680e384ed0eb6f474586969a6552a57bd8d8608477364468b1
70.55 Successfully built httptools
70.55 Failed to build outlines_core
70.55 ERROR: Could not build wheels for outlines_core, which is required to install pyproject.toml-based projects
------
Dockerfile.ppc64le:22
--------------------
21 | # These packages will be in rocketce eventually
22 | >>> RUN --mount=type=cache,target=/root/.cache/pip \
23 | >>> pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
24 | >>> 'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
25 | >>> torch==2.4.1 \
26 | >>> -r requirements-cpu.txt \
27 | >>> xformers uvloop==0.20.0
28 |
--------------------
ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing 'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 torch==2.4.1 -r requirements-cpu.txt xformers uvloop==0.20.0" did not complete successfully: exit code: 1
Even after installing libssl-dev, outlines_core fails to locate the libraries with following error -
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Your current environment
IBM powerpc64le.
RHEL 9/ubi9
vllm: Built from source main branch.
How you are installing vllm
docker build -t vllm:latest -f Dockerfile.ppc64le .
Error:
Even after installing
libssl-dev
, outlines_core fails to locate the libraries with following error -Before submitting a new issue...
The text was updated successfully, but these errors were encountered: