Skip to content

Commit 44c2748

Browse files
committed
Add suggested changes and fix typo in README.md
1 parent 70b5e98 commit 44c2748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,11 @@ Known gotchas:
585585
Make sure that the `pip install` or equivalent succeeded (see [here](#installation)). Also make sure you use the `pip` corresponding to your
586586
`python` (if in doubt, use `python -m pip` instead of `pip` for installing).
587587

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`.'))`.
589589

590590
Follow the advice of the message and run `python -m pip install --verbose --force-reinstall oneagent-sdk`
591591
(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
593593

594594
******************************************************************************
595595
*** You are trying to build the Python SDK from source. ***
@@ -610,7 +610,7 @@ Known gotchas:
610610
version corresponding to your OneAgent SDK for Python as listed in [the table in Requirements](#requirements). Then set the
611611
`DT_PYSDK_CSDK_PATH` environment variable to the `.so`/`.dll` file corresponding to your platform in the `lib` subdirectory of the C SDK
612612
and retry the installation (e.g. in a bash shell, use `export DT_PYSDK_CSDK_PATH=path/to/onesdk_shared.so`). If there is no corresponding
613-
directory, your platfom is not supported. Otherwise, regardless if it works with that method or not, please report an issue as described
613+
directory, your platform is not supported. Otherwise, regardless if it works with that method or not, please report an issue as described
614614
in [Let us help you](#let-us-help-you).
615615

616616

0 commit comments

Comments
 (0)