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
While trying to fix the integration tests for 2.1 and 2.2 for mlvm and horovod, cluster creation fails as there are some dependency issues between torch, torchvision and torchaudio
For mlvm trying to install torch, torchvision and torchaudio with conda results in failures as it is taking too long to run the command which results in timeout errors. And also, for 2.0 installing torch, torchvision and torchaudio with pip and also installing pip packages before installing conda packages fixed the issue for me.
2.1 and 2.2 doesn't seem to work as installing conda packages are causing issues because of python version being used in conda.
While trying to fix the integration tests for 2.1 and 2.2 for mlvm and horovod, cluster creation fails as there are some dependency issues between torch, torchvision and torchaudio
For mlvm trying to install torch, torchvision and torchaudio with conda results in failures as it is taking too long to run the command which results in timeout errors. And also, for 2.0 installing torch, torchvision and torchaudio with pip and also installing pip packages before installing conda packages fixed the issue for me.
2.1 and 2.2 doesn't seem to work as installing conda packages are causing issues because of python version being used in conda.
python-3.12.4 |h194c7f8_0_cpython 30.6 MB conda-forge python_abi-3.12 | 4_cp312 6 KB conda-forge
`+ eval '/opt/conda/miniconda3/bin/mamba install -y r-dplyr=1.0 r-essentials=4.1 r-sparklyr=1.7 scikit-learn=0.24 xgboost=1.4 r-xgboost=1.4 -p /opt/conda/miniconda3'
++ /opt/conda/miniconda3/bin/mamba install -y r-dplyr=1.0 r-essentials=4.1 r-sparklyr=1.7 scikit-learn=0.24 xgboost=1.4 r-xgboost=1.4 -p /opt/conda/miniconda3
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
pytorch/linux-64 Using cache
pytorch/noarch Using cache
Looking for: ['r-dplyr=1.0', 'r-essentials=4.1', 'r-sparklyr=1.7', 'scikit-learn=0.24', 'xgboost=1.4', 'r-xgboost=1.4']
Pinned packages:
Could not solve for environment specs
Encountered problems while solving:
The environment can't be solved, aborting the operation
Cmd '/opt/conda/miniconda3/bin/mamba install -y r-dplyr=1.0 r-essentials=4.1 r-sparklyr=1.7 scikit-learn=0.24 xgboost=1.4 r-xgboost=1.4 -p /opt/conda/miniconda3' failed.
`
The text was updated successfully, but these errors were encountered: