conda create --name deeplearning python=3.11
conda activate deeplearning
python --version
// 3.11.5