I am using pipenv to handle a Python package dependencies.
The Python package is using two packages (named pckg1 and pckg2) that relies on
It happened the same to me, I'm working with Visual Studio Code and I was able to get rid o it:
and then try to install the missing dependencies for the virtual folder and good to go, it worked for me.