You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Open asim_140/pyproject.toml and edit the requires-python setting to:
104
104
105
-
- requires-python = ">=3.10, <3.11"
105
+
- requires-python = ">=3.10, <3.11"
106
106
107
107
- Back in command prompt (at C:\uv_env\asim_140), run one final command
108
108
109
-
`uv add -r requirements.txt `
109
+
`uv add -r requirements.txt `
110
110
111
-
- The requirements.txt will have to be saved under asim_140 or you will have to point to wherever it is saved
111
+
- The requirements.txt will have to be saved under asim_140 or you will have to point to wherever it is saved
112
112
113
-
- The requirements.txt is on the GitHub repo at: [requirements.txt](https://github.com/SANDAG/ABM/blob/main/src/asim/scripts/requirements.txt)
113
+
- The requirements.txt is on the GitHub repo at: [requirements.txt](https://github.com/SANDAG/ABM/blob/main/src/asim/scripts/requirements.txt)
114
114
115
-
- The requirements.txt can also be found on T at: "T:\ABM\dev\ABM3\src\asim\scripts\requirements.txt"
115
+
- The requirements.txt can also be found on T at: "T:\ABM\dev\ABM3\src\asim\scripts\requirements.txt"
116
116
117
-
- Ensure it is the latest
117
+
- Ensure it is the latest
118
118
119
119
- Open command prompt as admin and run the following command:
120
120
121
-
`icacls C:\uv_env /reset /T `
121
+
`icacls C:\uv_env /reset /T `
122
122
123
-
- In testing, we found that every time a package is added to a UV environment, the package files will not have permission for all users so the reset from above needs to be executed
123
+
- In testing, we found that every time a package is added to a UV environment, the package files will not have permission for all users so the reset from above needs to be executed
124
124
125
125
- Under Environment Variables > System variables (requires Admin)
126
126
127
-
- Create a new variable called ***activate_uv_asim*** and set to the path of asim_140’s activate file
127
+
- Create a new variable called ***activate_uv_asim*** and set to the path of asim_140’s activate file
0 commit comments