I solved VS Code error ( No such file or directory not found ). This is a temporary solution.
FileNotFoundError Errno 2 No such file or directory: | VSCode Error | Python Error FileNotFoundError.
Traceback (most recent call last):
File "f:/PCW Data/PDF Etracting/Abbottabad.py", line 39, in module
with pdfplumber.open('Abbottabad.pdf') as pdf:
File "C:\Python\Python37\lib\site-packages\pdfplumber\pdf.py", line 54, in open
fp = open(path_or_fp, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'Abbottabad.pdf'
• FileNotFoundError Errno 2 No such fil...