I have been trying many solutions: but I cannot import PyPDF2 yet.
I got the following error. I have already check if the version is right and it says it is already satisfied. I changed the computer twice and used Jupyter notebook and Pycharm alternatively. I am not sure what is wrong. I can import other moduels.
Command Line error
C:\Users\taye>python3.11 -m pip install PyPDF2
Requirement already satisfied: PyPDF2 in c:\users\taye\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (3.0.1)
---------------------------------------------------------------------------
**ERROR MESSAGE
**
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 1
----> 1 import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'