Import “Path.to.own.script” could not be resolved Pylance (reportMissingImports) in VS Code using python 3.9x on Lubuntu 20.04
问题 It is a similar situation I'd encountered several months ago using pylint prior to pylance: My python 3.9x - script (using VS Code on Lubuntu 20.04 LTS ) starts with the following import of custom "tools": import sys sys.path.append( '/home/andylu/Dokumente/Allgemeines_material/Sonstiges/Programming/Python/Scripts/' ) import General.Misc.general_tools as tools Now, Pylance states Import "General.Misc.general_tools" could not be resolvedPylance (reportMissingImports) even though when executing