Skip to content

Commit c749e03

Browse files
Merge pull request #487 from microsoft/psl-pip-update-scripts
fix: Fixing pip package issue
2 parents bf2393d + 4b10bb9 commit c749e03

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/FabricDeployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- ```az login```
1717
- ```rm -rf Build-your-own-copilot-Solution-Accelerator```
1818
- ```git clone https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator```
19-
- ```cd ./Build-your-own-copilot-Solution-Accelerator/src/infra/scripts/fabric_scripts```
19+
- ```cd ./Build-your-own-copilot-Solution-Accelerator/infra/scripts/fabric_scripts```
2020
- ```sh ./run_fabric_items_scripts.sh keyvault_param workspaceid_param solutionprefix_param```
2121
1. keyvault_param - the name of the keyvault that was created in Step 1
2222
2. workspaceid_param - the workspaceid created in Step 2
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
msal==1.31.1
22
azure-identity
33
pandas
4-
azure-storage-file-datalake
4+
azure-storage-file-datalake
5+
packaging

infra/scripts/fabric_scripts/run_fabric_items_scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ sed -i "s/workspaceId_to-be-replaced/${fabricWorkspaceId}/g" "create_fabric_item
4545

4646
sed -i "s/kv_to-be-replaced/${keyvaultName}/g" "notebooks/01_process_data.ipynb"
4747

48-
pip install -r requirements.txt --quiet
48+
pip install -r requirements.txt --user --quiet
4949

50-
python create_fabric_items.py
50+
python create_fabric_items.py

0 commit comments

Comments
 (0)