Fastai v1 install issues thread

Hello,

I am having some issue with conda version 4.5.12.

Please see the error below.

Any ideas?

Best regards,
lavish

frank@frank-UNIX:~$ conda install -c pytorch -c fastai fastai
Solving environment: done

Could you please clarify how we can continue to get Fastai v1 on Conda now that fastai 2 is standard?

Hey, After a lot of study and practice in google colab I have finally decided to make a project using fastai V1 in amazon EC2. But, now with the release of fastai v2, I am lost. I want to use conda to install fastaiV1 but its FastaiV2 in conda right now. Is there a way to install fastaiv1 from conda ?? Please help me. Thanks in advance.

Yes you can!
type pip install fastai==1 in the command line. I think that should work. Or if you dont want to touch v2 at all for now, and have not upgraded to v2 yet, you can simply continue with the library you have installed.
Cheers!