azure-search-openai-demo
azure-search-openai-demo copied to clipboard
problema error access is denied
Please provide us with the following information:
This issue is for a: (mark with an x)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
deploy in other machine
Any log messages given by the failure
Installing dependencies from "requirements.txt" into virtual environment ./scripts/.venv/bin/python Start-Process: C:\Users\user\Downloads\deploy\scripts\load_python_env.ps1:18 Line | 18 | Start-Process -FilePath $venvPythonPath -ArgumentList "-m pip install … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | This command cannot be run due to the error: Access is denied.
ERROR: failed running post hooks: 'postprovision' hook failed with exit code: '1', Path: 'C:\Users\user\AppData\Local\Temp\azd-postprovision-1651173576.ps1'. : exit code: 1
ERROR: error executing step command 'provision': failed running post hooks: 'postprovision' hook failed with exit code: '1', Path: 'C:\Users\user\AppData\Local\Temp\azd-postprovision-1651173576.ps1'. : exit code: 1
Expected/desired behavior
post provision success
OS and Version?
Windows 10.
azd version?
run
azd versionand copy paste here. 1.6.1
Versions
Mention any other details that might be useful
When I perform a deploy within a virtual machine (the environment preparation has already been performed correctly), the azd up is performed, the "provision" is performed correctly, deploying all the services, but at the time of performing the postprovision, It does not give access to the path, I have tested this same code on other machines and it works correctly. I have administrator permissions on this computer