I set up a venv, then pip-installed a package and running my own Python script on it - all on a Windows PC.
When I run it directly in the windows console it works fine. However if I try to build it with Sublime Text (Build System: Anaconda Python Builder) it throws me following error-message:
ModuleNotFoundError: No module named 'pycoingecko'
Any idea what is causing the issue and how I can avoid it?