You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nbdev_new
Traceback (most recent call last):
File "/Users/eric/micromamba/envs/test_name/bin/nbdev_new", line 6, in <module>
from nbdev.cli import nbdev_new
File "/Users/eric/micromamba/envs/test_name/lib/python3.12/site-packages/nbdev/cli.py", line 11, in <module>
from .processors import *
File "/Users/eric/micromamba/envs/test_name/lib/python3.12/site-packages/nbdev/processors.py", line 23, in <module>
from execnb.shell import *
File "/Users/eric/micromamba/envs/test_name/lib/python3.12/site-packages/execnb/shell.py", line 10, in <module>
from fastcore.ansi import ansi2html
ModuleNotFoundError: No module named 'fastcore.ansi'
(test_name)
Temp solution is to install fastcore to the latest:
After update to latest fastcore, nbdev_new works fine. I suggest just increasing the fastcore requirement to the version that stops breaking nbdev_new.
Thanks!
The text was updated successfully, but these errors were encountered:
Create a new environment in conda and try to create new repo:
You will get an error:
Temp solution is to install fastcore to the latest:
After update to latest fastcore, nbdev_new works fine. I suggest just increasing the fastcore requirement to the version that stops breaking nbdev_new.
Thanks!
The text was updated successfully, but these errors were encountered: