Open

Description
Steps to reproduce
- Install "pyinputplus" with pip3
- Make a file with content of "import pyinputplus"
- Run code in vsCode, and look at the "problems" and/or output section to see output from PyLint
Current behavior
I posted a similar issue in the repo of the python extension for vsCode (Made by microsoft), but they said it was an issue with PyLint. The current behaviour is this:
When I run my code, the "problem" output looks like this:
Cannot import 'pyinputplus' due to syntax error 'invalid syntax (<unknown>, line 268)'
The output looks like this:
##########Linting Output - pylint##########
************* Module error
1,0,error,syntax-error:Cannot import 'pyinputplus' due to syntax error 'invalid syntax (<unknown>, line 268)'
-------------------------------------
Your code has been rated at -40.00/10
Expected behavior
Expected behaviour is a code being able to run, with no errors shown.
pylint --version output
2.5.2
What I tried
I tried reload VSCode, reinstall it and I tried reinstalling the module. I checked the path and python versions, and everything was good. I'm not 100% sure if this is a bug, but I can't get it to work properly, so I suppose it is a bug.