No module named 'tabula'

Hi @Ederson-Branco, the requirements.txt looks fine. Maybe you should import tabula first and then read_pdf

import tabula
from tabula import read_pdf

In case this doesn’t solve the problem, try to move the requirements.txt file to the top level of the repo as explained in this thread.