Difficulty in installing PyPDF2 and PCMUPDF

Thank you so much for responding.

At the command prompt level

Pip install pypdf2

Response:

Requirement already satisfied: pypdf2in C:\users\ray\appdata]local\programs\python\python310\lib\site-packages (2.4.1)

(Similarly for pymupdf)

In Jupyter Notebook

Import PyPDF2

Run

Error message:

ModuleNotFoundError

1 import PyPDF2

ModuleNotFoundError: No module named ‘PyPDF2’