-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run azd up
fails in Windows
#72
Comments
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 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 |
Based on the latest code tested in Windows environment, the above problems have been fixed. |
Great! |
Describe the issue:
![image](https://private-user-images.githubusercontent.com/138103031/355361096-882fb8a6-aba3-4b64-8bb4-3156709f1454.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODkwMDksIm5iZiI6MTczOTE4ODcwOSwicGF0aCI6Ii8xMzgxMDMwMzEvMzU1MzYxMDk2LTg4MmZiOGE2LWFiYTMtNGI2NC04YmI0LTMxNTY3MDlmMTQ1NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMTU4MjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNTNhMzVjN2RmMDA1MDVmMTY5MzNlODU2NmJiYWI4OGViNjRkNTIyZDhkYjFmYmZhNjkwMzcyNGMyYmM0ZmE3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.YjTWRtc64R5ElTtrgdhZDhF-P6_UZPL38f1R2HaNhjw)
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.
The text was updated successfully, but these errors were encountered: