0

I'm using VSCode to write my Python code and even the code run properly the pylint report the error: "Unable to import xxx"

see the figure below! how can I avoid it? enter image description here

Alex Rosa
  • 49
  • 7
  • https://stackoverflow.com/questions/53007966/visual-studio-code-pylint-complaining-about-unable-to-import-xxx - might help – user269867 Aug 01 '19 at 19:45

1 Answers1

0

problem solved ... In my case I just needed to set another interpreter. just press F1 on vscode window and type Python:Select you will get right prompts

Alex Rosa
  • 49
  • 7