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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -585,11 +585,11 @@ Known gotchas:
585
585
Make sure that the `pip install` or equivalent succeeded (see [here](#installation)). Also make sure you use the `pip` corresponding to your
586
586
`python` (if in doubt, use `python -m pip` instead of `pip` for installing).
587
587
588
-
* Output ending in a message similar to`InitResult=InitResult(status=-2, error=SDKError(-1342308345, 'Failed loading SDK stub from .../site-packages/oneagent/_impl/native/libonesdk_shared.so: "/.../libonesdk_shared.so: cannot open shared object file: No such file or directory". Check your installation of the oneagent-sdk Python package, e.g., try running `pip install --verbose --force-reinstall oneagent-sdk`.'))`.
588
+
* Output ending in a message like`InitResult=InitResult(status=-2, error=SDKError(-1342308345, 'Failed loading SDK stub from .../site-packages/oneagent/_impl/native/libonesdk_shared.so: "/.../libonesdk_shared.so: cannot open shared object file: No such file or directory". Check your installation of the oneagent-sdk Python package, e.g., try running `pip install --verbose --force-reinstall oneagent-sdk`.'))`.
589
589
590
590
Follow the advice of the message and run `python -m pip install --verbose --force-reinstall oneagent-sdk`
591
591
(or the equivalent pip invocation with the `--verbose` and `--force-reinstall` flags).
592
-
It is likely that you will now see another message similar to
592
+
It is likely that you will now see another message like
0 commit comments