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
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.
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
I believe the issue might be related to the way this line handles building the directory name.
Specs
Laptop - Macbook Pro
OS - MacOS Tahoe 26.2 with M4 Pro
Python version - 3.12
Conda version - 25.11.11
Steps to recreate -
nbdev_testhere)nbdev_newI was setting up a new
nbdevproject from scratch in a Conda environment with Python 3.12 and I kept running into this error.Looking closer, it seems that
nbdev_newis creating a folder namednbdev-template-1.1.6while the command is expectingnbdev-template-v1.1.6I believe the issue might be related to the way this line handles building the directory name.