apex icon indicating copy to clipboard operation
apex copied to clipboard

legacy-install-failure

Open bn2022 opened this issue 3 years ago • 1 comments

error: legacy-install-failure

× Encountered error while trying to install package. ╰─> apex

Minimal Steps/Code to Reproduce the Bug

pip install git+https://github.com/NVIDIA/apex --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext"

Environment OS: UBUNTU , version of Python:3.7.10, CUDA, PyTorch: 1.12.0+cu102

bn2022 avatar Jul 08 '22 20:07 bn2022

error: legacy-install-failure

× Encountered error while trying to install package. ╰─> apex

Minimal Steps/Code to Reproduce the Bug

pip install git+https://github.com/NVIDIA/apex --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext"

Environment OS: UBUNTU , version of Python:3.7.10, CUDA, PyTorch: 1.12.0+cu102

try use this torch version,pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

changleilei avatar Jul 14 '22 03:07 changleilei

I'm experiencing the same issue

shicode avatar Dec 05 '22 22:12 shicode

Any update on this?

pramodhrachuri avatar Jan 12 '23 16:01 pramodhrachuri