Python virtual environment on No Python Server

Hello ,

I have windows server 2022 with IIS and due to customer restrictions we cant install python on it. I have created a Python Django Application ( python version 3.12 and Django 4.2) and I want to make it run using Python virtual environment on the server. Is there a way to make this happen? Presently when I try to use wfastcgi-enable from virtual environment ,It cant run as it try to locate python on the server due to values in pyenv.cfg. What change I need to make in this file ? Please help