Fastai + Pytorch in same env

I am having some difficulty installing fastai and pytorch on the same environment. I currently have them in two different environments. When I install pytorch in the fastai env, I get torch cannot load container_abcs. I read this is because torch is installed in some other directory but the fix suggested didnt work. When I install fastai in torch env, functions simply dont work as in ‘create_cnn not found’.

I’m not sure about the version mismatches if any. Is there a clean way to have both in an environment?

Hi @bluesky314,

You are talking about local environments (your machine) or remote environments (cloud) ?
If you are talking about local, what operational system are you working with: Windows , Linux , MacOS ?