ModuleNotFoundError: No module named 'PyPDF2'

Hi,

When I deployed my app I get following error ModuleNotFoundError: No module named ‘PyPDF2’. Based on the suggestions already provided in the forum I check the requirements.txt file and also made sure PyPDF2 is imported before calling the function. Still I get this error. Any other aspect is needed to trouble shoot this issue?

Regards,
AK

I figured my requirements.txt had a capital R in it. I changed the file name and looks like the dependencies are being installed.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.