PaddlePaddle / PaddleX

All-in-One Development Tool based on PaddlePaddle(飞桨低代码开发工具)
Apache License 2.0
4.81k stars 944 forks source link

FatalError: `Process abort signal` is detected by the operating system. #2156

Open openvino-book opened 2 weeks ago

openvino-book commented 2 weeks ago

[PC information]: Intel i7-13700K + NV 3060 + Ubuntu 24.04.1 LTS + CUDA 11.8

[Steps to Reproduce]

  1. Install PaddlePaddle using:

    conda install paddlepaddle-gpu==3.0.0b1 paddlepaddle-cuda=11.8 -c paddle -c nvidia

The validation shows “PaddlePaddle is installed successfully!” 1728181696832

  1. Install PaddleX using

    pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b1-py3-none-any.whl

paddlex --help works well as below 1728181799992

  1. Execute the command:

    paddlex --pipeline object_detection --input https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_object_detection_002.png --device gpu:0

FatalError: Process abort signal is detected by the operating system. 1728181944828

TingquanGao commented 1 week ago

Which docker image is being used? The error appears to be caused by the libcublasLt.so.12 file not being found. You can try to find the file, and add the file path to PATH.

openvino-book commented 1 week ago

Which docker image is being used? The error appears to be caused by the libcublasLt.so.12 file not being found. You can try to find the file, and add the file path to PATH.

I install the PaddlePaddle + PaddleX by whl file directly with 2 commands:

conda install paddlepaddle-gpu==3.0.0b1 paddlepaddle-cuda=11.8 -c paddle -c nvidia pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b1-py3-none-any.whl

No docker

TingquanGao commented 1 week ago

Please try to use docker provided by PaddleX: https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta1/docs/installation/installation_en.md#21-get-paddlex-based-on-docker

openvino-book commented 1 week ago

Please try to use docker provided by PaddleX: https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta1/docs/installation/installation_en.md#21-get-paddlex-based-on-docker

I tried, however, there will be another problem: https://github.com/PaddlePaddle/PaddleX/issues/2153

TingquanGao commented 1 week ago

We will test the docker on Ubuntu 24.

openvino-book commented 5 days ago

We will test the docker on Ubuntu 24.

@TingquanGao Any update? :)

TingquanGao commented 3 days ago

We have confirmed that there is an issue, and will fix as soon as possible.

openvino-book commented 19 hours ago

We have confirmed that there is an issue, and will fix as soon as possible.

Looking foward to it!