Visual Studio Code – PyLint doesn't recognize Poetry environment: E0401: import-error
My VSCode doesn't recognize modules and libraries imported in Python scripts, and shouts Unable to import ### PylintE0401:import-error at every single module import statement. The Python scripts run without any issues. I'm always initializing poetry shell by running poetry shell…