Hi Graham,
I am using Apache 2.4 (installed in C:\Apache24, 32-bit running as a service), Python 3.6 (32-bit), VC10, running on 64-bit Windows 10.
I followed your instructions (I think) and the output was as follows (truncated):
(env) pip install mod_wsgi
Collecting mod_wsgi
Using cached mod_wsgi-4.5.13.tar.gz
Building wheels for collected packages: mod-wsgi
Running setup.py bdist_wheel for mod-wsgi ... error
Complete output from command c:\users\stuart\\env\scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\stuart\\AppData\\Local\\Temp\\pip-build-wbqil05d\\mod-wsgi\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\stuart\AppData\Local\Temp\tmpxo3oabeypip-wheel- --python-tag cp36:
c:\users\stuart\appdata\local\programs\python\python36-32\Lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'bugtrack_url'
...
running build_ext
building 'mod_wsgi.server.mod_wsgi' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools":
http://landinghub.visualstudio.com/visual-cpp-build-tools ----------------------------------------
Failed building wheel for mod-wsgi
Running setup.py clean for mod-wsgi
Failed to build mod-wsgi
I had previously made sure I had VC10 binaries as per a previous post of yours. Does this make sense?
Stuart