Hi everyone,
Just curious if anyone had trouble in importing fastai library, after setting everything up on paperspace. I am using a paperspace gpu instance and successfully ran the entire setup. I am working in fastai conda environment. However. from fastai.imports import *
results in ModuleNotFoundError
. I was able to fix it by running python setup.py install
in the fastai directory. I was expecting it to be installed by default during the setup (may be something went wrong that I didn’t notice). Anyway, just wanted to see if others have seen this issue and also if the way I am fixing it is correct.
Thanks,
Kamran