legacy-install-failure
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
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
I'm experiencing the same issue
Any update on this?