forked from DonJayamanne/pythonVSCode
-
Couldn't load subscription status.
- Fork 1.3k
Closed
Labels
area-lintingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
I have a body of python code that tries to import Flask and Redis.
import redis
from flask import Flask
But I am getting Pylint import errors that say they were unable to import them, despite the fact that I ran necessary install and download codes in order to make sure they are on my computer. What's going on?
Metadata
Metadata
Assignees
Labels
area-lintingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster