Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b64bc11

Browse files
committed
Fix documentation wording on which arrow-cpp version to use
1 parent 52b2dcd commit b64bc11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rerun_cpp/arrow_cpp_install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ See the [Pixi installation guide](https://prefix.dev/docs/pixi/overview#installa
4747

4848
If you want to use `pixi` to manage dependencies in your own project, you can simply run `pixi init` in the root of your
4949
project folder. This will create a `pixi.toml` file that manages the project. After that you can run
50-
`pixi add arrow-cpp==10.0.1` to add arrow-cpp as a dependency to your project.
50+
`pixi add arrow-cpp==18.0.0` to add arrow-cpp as a dependency to your project.
51+
52+
If you install the `rerun-sdk` Python package into the same environment, take care to pick a compatible arrow version.
53+
See [`rerun-sdk`'s project definition](https://github.com/rerun-io/rerun/blob/latest/rerun_py/pyproject.toml).
5154

5255
Now, any Pixi tasks added to your project will have access to the `arrow-cpp` library.
5356

@@ -70,9 +73,6 @@ pixi run example
7073

7174
### Known issues
7275

73-
⚠️ [#4050](https://github.com/rerun-io/rerun/issues/4050) `arrow-cpp` needs to be held back to 10.0.1 to avoid conflicts
74-
with the `rerun-sdk` package when installed in the same Pixi environment.
75-
7676
⚠️ On Windows Pixi only downloads release binaries which are **not** compatible with debug builds, causing runtime crashes.
7777
For debug builds you have to build Arrow yourself, see [Building Arrow C++](https://arrow.apache.org/docs/developers/cpp/building.html)
7878
or stick with `RERUN_DOWNLOAD_AND_BUILD_ARROW=ON`.

0 commit comments

Comments
 (0)