Closed lionelmace closed 6 years ago
I get the error No matching distribution found for PyPDF2 when running the command pip3 install PyPDF2. How to address this issue?
No matching distribution found for PyPDF2
pip3 install PyPDF2
I solved my issue by running pip install PyPDF2
pip install PyPDF2
I get the error
No matching distribution found for PyPDF2
when running the commandpip3 install PyPDF2
. How to address this issue?