Hilthertoidk
Hilthertoidk
It is the latest version (23.0.1).
I tried different versions of mod_wsgi **(4.6.7, 4.9.1 - 4.9.3)** and also tried to install them using a different pip version but I am still getting the same error. These...
Command run: `pip install -v -v mod_wsgi` Anomalies encountered: (1) > "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\bin\HostX86\x86\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:/xampp/apache/include -IC:\Users\testuser\Desktop\code_main\web_application\web_application\env2\include -IC:\Python310\include -IC:\Python310\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include"...
When activating virtual environment manually, you usually type such a command in your command prompt: `.\envname\Scripts\activate` The **activate_this.py** refers to that script that is being executed through this command. refer...