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: