Have installed Python 3.7.6 and am trying to write a code in Visual Studio Code
Using: import pikepdf
Gets me the error of ModuleNotFoundError: No module named 'pikepdf'
However, I run "pip install pikepdf" and I get:
Requirement already satisfied: pikepdf in c:\users\ME\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (1.8.2) Requirement already satisfied: lxml>=4.0 in c:\users\ME\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (from pikepdf) (4.4.2)
My installation path for Python is:
C:\Users\ME\AppData\Local\Programs\Python\Python38
And trying to change something in the "Python: Python Path" gets me more errors.