Closed NanaXiong00 closed 3 months ago
Thanks, the instructions were missing an installation step:
https://github.com/Azure-Samples/rag-postgres-openai-python/blob/main/README.md#local-environment
I've changed step 4 to:
pip install -r requirements-dev.txt pip install -e src/backend
Can you try that?
@pamelafox Follow the above reply steps to test, and the following error message is still displayed:
I've merged another fix that changes the powershell scripts to use azd env get-value
. That requires the latest azd version, so I've also added requiredVersions to the azure.yaml to remind folks to upgrade. I've tested the new pwsh scripts on my Mac, but not on a Windows itself. Can you see if it's working for you now?
I've merged another fix that changes the powershell scripts to use
azd env get-value
. That requires the latest azd version, so I've also added requiredVersions to the azure.yaml to remind folks to upgrade. I've tested the new pwsh scripts on my Mac, but not on a Windows itself. Can you see if it's working for you now?
Based on the latest code tested in Windows environment, the above problems have been fixed.
Great!
Describe the issue: When executing
azd up
according to README.md, the error is as follows:Repro Steps:
azd init -t rag-postgres-openai-python
pip install -r requirements-dev.txt
azd auth login
azd up
Environment:
Expected behavior: Run
azd up
can successfully.@jongio and @pamelafox for notification.