Conda env update error on Paperspace

Ooo, I’ve been working at this.

I think I found a hack that fixes this. Basically what you do (starting fresh):

  1. comment out the 4 jupyter lines in environment.yml
  2. run conda env update
  3. manually install the packages that weren’t installed (mkl-random, cython, etc)
  4. manually install the 4 jupyter packages that you commented out.

That should work.

My guess is something’s up with the jupyter_contrib_nbextensions package (which btw you install via: conda install -c conda-forge jupyter_contrib_nbextensions).

2 Likes