When I run python -m venv \pathtomyvenv
Error: Command '['C:\\Users\\user\\manageSQL\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
A similar post cites a Windows update as the culprit. Fix by installing launcher for all users
Here is what the venv looks like after exit:
Include
Lib
site-packages
Scripts
python.exe
pythonw.exe
pyvenv.cfg
home = C:\Users\myusername\AppData\Local\Programs\Python\Python310
include-system-site-packages = false
version = 3.10.4
I cannot install python with admin privilege's in my environment. Is there another fix for this?