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
Use the following command in a python virtual environment for a known working
9
13
config:
10
14
11
-
# python3 -m pip install -r requirements.txt
15
+
$ cd processor-sdk-doc
16
+
$ python3 -m pip install -r requirements.txt
17
+
18
+
> [!WARNING]
19
+
> This is supported using Python v3.12+. If using an older Python version, some package versions in `requirements.txt` may not be compatible, possibly due to an older
20
+
> bundled `pip` version.
12
21
13
22
OR you can use a docker container like the following:
0 commit comments