Hugging face no module named fastai

Hello

why I get the error message I am attaching. The app.ipynb is working correctly in Colab. But in production in HF it does not build because it does not find the fastai module. Interestingly I have the file requierements.txt with
torch
fastai
gradio
I don’t understand why it fails, any idea?
Thanks

# Runtime error

## Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from fastai.vision.all import * ModuleNotFoundError: No module named 'fastai'

Container logs:

Failed to retrieve error logs: Failed to load logs: Not Found. Logs are persisted for 30 days after the Space stops running.

Can you provide the link to it on huggingface?

Hi,
the link to it on huggingface is

Thank you

hi, can you try to rename your file

from: requierements.txt
to: requirements.txt

I suppose filename typo caused this issue.

1 Like

Thank you, it was my clumsiness :flushed: