How do i resolve pyPDF2 import error on pythonanywhere

25 views Asked by At

on pythonanywhere bash console, I installed pyPDF2 using pip install. when I run the app, always getting error at below line: from PyPDF2 import PdfReader **error ModuleNotFoundError: No module named 'pyPdf2 ** Need help to resolve this...thanks

I tried installing pypdf and using that package. doesnt work either.

0

There are 0 answers