You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One user reported a false positive error displayed on the VSCode editor with the imports on Anaconda.
The error seems to occur because the package "pylint" isn't correctly loaded at the start of the session. A workaround to make it work si to open another folder then reopen the project folder. At this moment, the package is correctly loaded and the error disappears.
I found the same false-positive error on several projects with different modules, each time it seems related to the pylint package. The error doesn't prevent the project to run correctly. Please refer to the screenshot.
From EIB:
One user reported a false positive error displayed on the VSCode editor with the imports on Anaconda.
The error seems to occur because the package "pylint" isn't correctly loaded at the start of the session. A workaround to make it work si to open another folder then reopen the project folder. At this moment, the package is correctly loaded and the error disappears.
I found the same false-positive error on several projects with different modules, each time it seems related to the pylint package. The error doesn't prevent the project to run correctly. Please refer to the screenshot.
ZD ticket: https://anaconda.zendesk.com/agent/tickets/22288
The text was updated successfully, but these errors were encountered: