I'm getting "unresolved import" warnings when coding Django, despite my imports correctly resolving when the app is run. I'm running the 'snap' version of VScode, on Ubuntu 18.04, version as per: ...
and the code successfully imports pyteomics and calls its functions. What's more bizarre is that I can still get import suggestions while typing the import statement Once the import statement is past ...