Juypter asks me to install ‘conda install fastbook’, on trying to I get the error: PackagesNotFoundError: The following packages are not available from current channels: - fastbook
So I try conda install fastbook -g
, and I get the error: UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions
The line import fastbook
is already in the code, so I’m not sure why I need the conda version?
I am having trouble running the training code on a mac though, nothing happens thus far.