Visual Studio Code – Import 'watchdog.observers' could not be resolved (Python, Win10)
Working with Python on Win10, I pip-installed watchdog into my venv, and it's listed when I do a 'pip list'. I activate venv in VSCode Terminal. Then I try: from watchdog.observers import Observer from watchdog.events import FileSystemEventHandler Pylint error message:…