Hi team, I got an issue while executing cell 2, and then I got stuck to continue with other cells
The code in cell 2:
First upgrade pip
%pip install --upgrade pip
Install torch and torchdata
%pip install --no-deps torch==2.5.1 torchdata==0.6.0 --quiet
Then install other packages except TRL
%pip install -U
datasets==2.17.0
transformers==4.38.2
accelerate==0.28.0
evaluate==0.4.0
rouge_score==0.1.2
peft==0.3.0 --quiet
The error:
Downloading pip-26.1.1-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 76.7 MB/s 0:00:00
Requirement already satisfied: pip in /opt/conda/lib/python3.12/site-packages (26.0.1)
Collecting pip
Downloading pip-26.1.1-py3-none-any.whl.metadata (4.6 kB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 26.0.1
Uninstalling pip-26.0.1:
Successfully uninstalled pip-26.0.1
Note: you may need to restart the kernel to use updated packages.
Successfully installed pip-26.1.1
Note: you may need to restart the kernel to use updated packages.
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
autogluon-multimodal 1.5.0 requires nvidia-ml-py3<8.0,>=7.352.0, which is not installed.
autogluon-timeseries 1.5.0 requires chronos-forecasting<2.4,>=2.2.2, which is not installed.
autogluon-timeseries 1.5.0 requires einops<1,>=0.7, which is not installed.
autogluon-multimodal 1.5.0 requires accelerate<2.0,>=0.34.0, but you have accelerate 0.28.0 which is incompatible.
autogluon-multimodal 1.5.0 requires torch<2.10,>=2.6, but you have torch 2.5.1 which is incompatible.
autogluon-multimodal 1.5.0 requires transformers[sentencepiece]<4.58,>=4.51.0, but you have transformers 4.38.2 which is incompatible.
autogluon-timeseries 1.5.0 requires accelerate<2.0,>=0.34.0, but you have accelerate 0.28.0 which is incompatible.
autogluon-timeseries 1.5.0 requires peft<0.18,>=0.13.0, but you have peft 0.3.0 which is incompatible.
autogluon-timeseries 1.5.0 requires torch<2.10,>=2.6, but you have torch 2.5.1 which is incompatible.
autogluon-timeseries 1.5.0 requires transformers[sentencepiece]<4.58,>=4.51.0, but you have transformers 4.38.2 which is incompatible.
jupyter-scheduler 2.12.0 requires fsspec>=2025.3.2, but you have fsspec 2023.10.0 which is incompatible.
s3fs 2026.3.0 requires fsspec==2026.3.0, but you have fsspec 2023.10.0 which is incompatible.
strands-agents-tools 0.1.9 requires dill<0.5.0,>=0.4.0, but you have dill 0.3.8 which is incompatible.
Note: you may need to restart the kernel to use updated packages.
Could you please help