Ubuntu – Pylance failing to resolve import of libraries in a devcontainer in linux
I have a python project in Ubuntu 24.04.1 LTS and I have a DevContainer in VSC with Debian GNU/Linux 11, the problem is that Pylance is flagging import streamlit as st with Import "streamlit" could not be resolved. If I…