Specs -------------------------------------------- Laptop - Macbook Pro OS - MacOS Tahoe 26.2 with M4 Pro Python version - 3.12 Conda version - 25.11.11 -------------------------------------------- Steps to recreate - - Create a new folder (`nbdev_test` here) - Run `nbdev_new` - Answer the questions accordingly - Error occurs <img width="1128" height="903" alt="Image" src="https://github.com/user-attachments/assets/e0081cdf-9536-44c6-af05-6059f03c7eed" /> I was setting up a new `nbdev` project from scratch in a Conda environment with Python 3.12 and I kept running into this error. <img width="1019" height="507" alt="Image" src="https://github.com/user-attachments/assets/2230d4fb-d981-47e6-8837-2411357a3e48" /> Looking closer, it seems that `nbdev_new` is creating a folder named `nbdev-template-1.1.6` while the command is expecting `nbdev-template-v1.1.6` <img width="662" height="102" alt="Image" src="https://github.com/user-attachments/assets/c830ae3a-5a74-4e58-b70a-8f45e9de1a13" /> I believe the issue might be related to the way this [line](https://github.com/AnswerDotAI/nbdev/blob/main/nbdev/cli.py#L108) handles building the directory name.