I'm trying to install de messagebird dependency into my python project.
I write into requirements.txt and after I run pip install -r requirements.txt as you can see below:

But the pylance was still showing me the error:

Then I try to install using pip install messagebird but still with no success.
I also try to reopen the window but no success too.
I'm using pyenv, and using the right env on the vscode and terminal as you can see on the next images:


You may be installing to the wrong Python distro? (could be installing to Python 2.7)
To target
python3you can use the following commandsOr
To check that you've installed
messagebirdcorrectly you could also use the following command: