Forums

Cannot find module

I have installed python 3.11 and juptyer notebook. I want to begin using the package pyPDF2. When i try to pip install pyPDF2 I get this: " Requirement already satisfied: pyPDF2 in c:\users\stanleydenman\appdata\local\programs\python\python311\lib\site-packages (3.0.1)Note: you may need to restart the kernel to use updated packages."

Then when I try to import I get this: "ModuleNotFoundError: No module named 'pyPDF2"

Hi there -- these are the forums for PythonAnywhere, an online programming and hosting environment, so you're unlikely to be able to get help for issues related to running things on your own machine here. Perhaps Stack Overflow would be a good place to ask about that?