Hello all;
I just purchased a laptop that came with Endless OS. While usually working with Mint/Bunsenlabs, I decided to give Endless a try.
So far, it has been good for the first couple of days. However, one of the repos that I work on is based on python. I got VSCode and imported the folder; the folder has a venv in it.
When I try to open the terminal in VSCode, it automatically detects and switches to the venv. However I cannot import any Python Package. The path I get for the venv is a strange one, probably based on the sandbox environment: /sysroot/home///venv/bin
However, with this I cannot use VSCode nicely - it cannot read packages, package info, documentation, etc. I also cannot run the program inside VSCode terminal (though on gnome-terminal outside of the sandbox it works fine within the venv).
How do I proceed?