I'm seeing Unable to import 'PACKAGE'
errors when using Codespaces:
As you see here, I have the IDE set up to use the right conda environment (dev):
I also verified that the packages are installed with conda list
:
Restarting, Rebuilding or just creating a new Codespaces isn't helping either. I am able to run python app.py
and it runs just fine.