Can't import fastai

Hello! I installed fastai in a local conda environment as pip install fastai but when I try to import fastai, for example: from fastai.tabular import * I am getting this error: ModuleNotFoundError: No module named 'fastai'. Is there anything else I should do? Thank you!

did you setup a separate environment for the fastai? if so, you’ll need to make it accessible in jupyter - https://janakiev.com/blog/jupyter-virtual-envs/

I don’t really use jupyter tho