I tried to use the module "tabula" for python, but apparently I already fail at installing. I simply used the code
import tabula
However, I get the following error message:
ModuleNotFoundError: No module named 'tabula'
Any ideas what's up with that?