cudf icon indicating copy to clipboard operation
cudf copied to clipboard

[BUG]cannot pip install on linux (Ubuntu)

Open SHIMURA0 opened this issue 6 months ago • 4 comments

Describe the bug I am trying to install cuff on linux (Ubuntu) server using the command pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12 but at the very end of the installing I have the following error: 221723625460_ pic I will be grateful if someone can help me to resolve this issue.

Linux server: Ubuntu 20.04 Python conda environment: python=3.10 Nvidia GPU = V100 CUDA 12.1

Steps/Code to reproduce bug Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.

Expected behavior A clear and concise description of what you expected to happen.

Environment overview (please complete the following information)

  • Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
  • Method of cuDF install: [conda, Docker, or from source]
    • If method of install is [Docker], provide docker pull & docker run commands used

Environment details Please run and paste the output of the cudf/print_env.sh script here, to gather any other relevant environment details

Additional context Add any other context about the problem here.

SHIMURA0 avatar Aug 14 '24 09:08 SHIMURA0