Have installed Python 3.7.6 and am trying to write a code in Visual Studio Code
Using: import pikepdf
import pikepdf
Gets me the error of ModuleNotFoundE
ModuleNotFoundE
The issue was that Visual Studio Code comes with its own version of Python, while I had installed my own.
The issue was solved by changing the version VSC was running so it matched the one where the modules were being installed.