I have installed PyPDF2 via pip3 install PyPDF2. The installation was successful. I am trying to import into Python unsuccessfully, and I do not know what is going on! I am using Python 3.7
After entering: from PyPDF2 import PdfFileReader
The following is what happens:
Traceback (most recent call last):
File " < stdin >", line 1, in < module >
ModuleNotFoundError: No module named 'PyPDF2'
I am wondering maybe the PyPDF2 was installed in the wrong folder. The current folder it is in: ..\LocalCache\local-packages\Python37\site-packages