Skip to content

Commit 819f732

Browse files
committed
Add troubleshooting for Windows OS
1 parent 327aa2e commit 819f732

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<a name="setup-troubleshooting"></a>
4747
#### Troubleshooting
4848
49-
* Failed installation
49+
* Failed installation (particularly in Kit 105 based applications - Python 3.10)
5050
5151
**Issues/Errors:**
5252
@@ -57,7 +57,7 @@
5757

5858
**Solution:**
5959

60-
Upgrade `pip` to the latest version and install required libraries manually. Replace `<USER>` and `<OMNIVERSE_APP>` according to your system configuration. Example:
60+
Upgrade `pip` to the latest version and install required libraries manually. Replace `<USER>`, `<OMNIVERSE_APP>`, `<APP_NAME>`, and `<APP_VERSION>` according to your system configuration. Example:
6161

6262
- `<USER>`: toni
6363
- `<OMNIVERSE_APP>`: create-2023.1.1
@@ -66,13 +66,20 @@
6666

6767
<br>
6868

69-
**Linux**
69+
Linux
7070

7171
```xml
7272
/home/<USER>/.local/share/ov/pkg/<OMNIVERSE_APP>/kit/python/bin/python3 -m pip install --upgrade pip
7373
/home/<USER>/.local/share/ov/pkg/<OMNIVERSE_APP>/kit/python/bin/python3 -m pip --isolated install --upgrade --target=/home/<USER>/.local/share/ov/data/Kit/<APP_NAME>/<APP_VERSION>/pip3-envs/default jupyterlab notebook jedi
7474
```
7575

76+
Windows
77+
78+
```xml
79+
C:\Users\<USER>\AppData\Local\ov\pkg\<OMNIVERSE_APP>\kit\python\python.exe -m pip install --upgrade pip
80+
C:\Users\<USER>\AppData\Local\ov\pkg\<OMNIVERSE_APP>\kit\python\python.exe -m pip --isolated install --upgrade --target=C:\Users\<USER>\AppData\Local\ov\data\Kit\<APP_NAME>\<APP_VERSION>\pip3-envs\default jupyterlab notebook jedi
81+
```
82+
7683
<hr>
7784

7885
<a name="usage"></a>

0 commit comments

Comments
 (0)