I'm trying to install fastai in anaconda on my laptop, but it's always returning solving environment:failed...
for every thing I tried.
I tried using all of these: conda install -c fastai fastai
, conda install -c fastai -c pytorch fastai
, conda install -c fastai -c pytorch -c anaconda fastai gh anaconda
. In the case of the last one, it returned me that there was no 'gh' available to keep going with the installation. I don't know what else to try to solve this, can anyone help me please?