Hi guys
Facing an issue with vscode. I've tried on 2 different systems an I get the same error.
Trying to read pdfs from a folder with pymupdf. When importing the library with either import pymupdf/fitz, it always gives ModuleNotFound. I've checked the pip list and the module exists, I'm running it in a venv.
I've tried compiling the whl file as well, but the issue is still the same. Tried using an older version, and still the same.