Fastai for new projects

How can I setup fastai for new project. I mean I want to do some project and I want to use fastai library. I installed the library in using conda and while trying to import the fastai.imports its throwing error as follows

“cannot import name ‘as_tensor’”

When the try to run the same notebook inside the course fiolder under fastai repo clone its working fine.