I've encountered this problem a couple of days ago, which is around time when I updated python and some packages.
- scripts run perfectly fine when I'm using Spyder,
scripts run perfectly fine when I'm using Anaconda command prompt and type:
python 'filepath\filename.py'
scripts stop just after the start if I use scheduler (I use TaskTillDawn) or I run a windows shortcut
python "filepath\filename.py"
that then automatically converts to:
c:\ProgramData\Anaconda3\python.exe "filepath\filename.py"
All of the scripts were running fine before, through shortcuts, schedules etc.
Maybe the solution is obvious, but I don't see it, so any help would be appreciated. If you need more info, just tell me what it is :)
Cheers,