I can't say I'm optimistic. I've looked at this: How to schedule a python script to run from virtual environment via task scheduler and this https://superuser.com/questions/1142185/schedule-virtualenv-dependent-python-script-with-windows-task-scheduler and this: Run a python script in virtual environment from windows task scheduler
But I don't have activate.bat in the scripts subdirectory of my virtual environment. This is a known anaconda bug Anaconda3 activate.bat is not recognized as an internal or external command and fixing it requires uninstalling and reinstalling anaconda. I have so many working scripts and the server runs all the time. I can't monkey around with it and try miniconda, anaconda5.1 etc. etc.
I heard pip -t may be a hack if I can't use a virtual environment in the task scheduler just to force the dependencies into the directory. Is there no other way? i thought pip and anaconda don't work well together