That is much appreciated, it seems to have worked - "python -m pip install --upgrade pip" completed with no error messages.
"(qatrack3) PS C:\deploy\qatrackplus> pip install -r requirements\win.txt
Obtaining django-formtools from git+
https://github.com/django/django-formtools.git@bb97a8abd374c50991c0a9ce144f17e7322a0c48#egg=django-formtools (from -r requirements\base.txt (line 1))
Skipping because already up-to-date.
Preparing metadata (setup.py) ... done
Obtaining django_genericdropdown from git+
https://github.com/randlet/django-genericdropdown.git@56dbaf6b4f518a3946e5e253fec85ede175f3727#egg=django_genericdropdown (from -r requirements\base.txt (line 2))
Skipping because already up-to-date.
Preparing metadata (setup.py) ... done
Obtaining django_listable from git+
https://github.com/randlet/django-listable.git@efff32a4ceaa795d5b1a32dc75decacef3de90e8#egg=django_listable (from -r requirements\base.txt (line 3))
Skipping because already up-to-date.
Preparing metadata (setup.py) ... done
Ignoring scikit-image: markers 'python_version == "3.4"' don't match your environment
Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment
Ignoring pylinac: markers 'python_version < "3.6"' don't match your environment
Collecting Django==1.11.20
Using cached Django-1.11.20-py2.py3-none-any.whl (6.9 MB)
Collecting PyVirtualDisplay==0.2
Using cached PyVirtualDisplay-0.2.tar.gz (29 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
C:\Program Files\Python39\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'use_2to3_exclude_fixers'
warnings.warn(msg)
error in PyVirtualDisplay setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
(qatrack3) PS C:\deploy\qatrackplus>"