dsm-72

Results 19 comments of dsm-72

``` Traceback (most recent call last): File "/home/USER/anaconda3/envs/ml/bin/nbdev_build_lib", line 10, in sys.exit(nbdev_build_lib()) File "/home/USER/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/script.py", line 113, in _f tfunc(**merge(args, args_from_prog(func, xtra))) File "/home/USER/anaconda3/envs/ml/lib/python3.9/site-packages/nbdev/export2html.py", line 477, in nbdev_build_lib write_tmpls() File "/home/USER/anaconda3/envs/ml/lib/python3.9/site-packages/nbdev/export2html.py",...

@muellerzr ok, I ran `conda update fastcore` and I still get the same error

Fastcore was up to date. However `nbcovert` was `5.5.0` and `nbdev` was `1.1.5` and `conda update nbdev` didn't run. So I forced it with `conda install -c fastai nbdev=1.2.10` and...

@ivirshup isnt that something that can be solved? @ACastanza any work arounds? Hard to edit a file you cant open

@jph00 I am not sure if this is true. I have a simple notebook with `constants.ipynb` and it has basically ```python #export import os, inspect __file = inspect.getfile(lambda: None) ROOT_DIR...

How do I do that? > On Jun 17, 2022, at 16:24, Zachary Mueller ***@***.***> wrote: > >  > Upgrade your fastcore? > > — > Reply to this...