Run the following Create a suitable Python env conda create -n adventofcode python==3.10 conda activate adventofcode pip install -r requirements.txt