Streamlit does not use venv

Hi @Berk_Demir -

I use conda instead of venv, but I’ve had issues like this before. One thing that can be messy about VSCode is that the editor can be in one environment, but the terminal is pointing to another:

Here, the VSCode editor is pointing to attractors, and the terminal is pointed to metricsdash. So depending on where you are trying to point to, you can get weird things happening.

Best,
Randy