-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Labels
bugSomething isn't workingSomething isn't working
Description
See attached terminal on installing nbdev 3.0 and nbdev 2.4,
(env) user nbdevblack % pip install nbdev==3.0.8
Collecting nbdev==3.0.8
Using cached nbdev-3.0.8-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: fastcore>=1.12.3 in ./env/lib/python3.14/site-packages (from nbdev==3.0.8) (1.12.11)
...
Installing collected packages: nbdev
Attempting uninstall: nbdev
Found existing installation: nbdev 2.4.14
Uninstalling nbdev-2.4.14:
Successfully uninstalled nbdev-2.4.14
Successfully installed nbdev-3.0.8
(env) user nbdevblack % which nbdev_clean
nbdev_clean not found(env) user nbdevblack % pip install nbdev==2.4.14
Collecting nbdev==2.4.14
Using cached nbdev-2.4.14-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: packaging in ./env/lib/python3.14/site-packages (from nbdev==2.4.14) (26.0)
...
Installing collected packages: nbdev
Attempting uninstall: nbdev
Found existing installation: nbdev 3.0.8
Uninstalling nbdev-3.0.8:
Successfully uninstalled nbdev-3.0.8
Successfully installed nbdev-2.4.14
(env) user nbdevblack % which nbdev_clean
/Users/myasirroni/Documents/Git/nbdevblack/env/bin/nbdev_cleanwhich nbdev_clean should be recognised by the new install.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working