Reputation: 11
I use Jupyter notebook with Python 3.12.3 on a windows 11. I installed PyPDF2 to use it with streamlit. But I get the error : ModuleNotFoundError: No module named 'PyPDF2'.
How can I fix it? Thank you in advance.
I try read a pdf file with PyPDF2 import PyPDF2
Upvotes: 1
Views: 30