“no module named PyPDF2” error
www.py4u.net › discuss › 191088I use Spyder, with Python 2.7, on a windows 10. I was able to install the PyPDF2 package with a conda command from my prompt. I said installation complete. Yet, If I try to run a simple import command: import PyPDF2 I get the error: ImportError: No module named PyPDF2 How can I fix this?
“no module named PyPDF2” error
https://www.py4u.net/discuss/191088ImportError: No module named PyPDF2. The solution was to also install pdfmerge, like this: pip install pdfmerge. Answered By: Jason. Answer #6: How to install Python packages on Windows, Mac, and Linux for various versions of Python which are simultaneously installed: