File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ See the [Pixi installation guide](https://prefix.dev/docs/pixi/overview#installa
47
47
48
48
If you want to use ` pixi ` to manage dependencies in your own project, you can simply run ` pixi init ` in the root of your
49
49
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 ) .
51
54
52
55
Now, any Pixi tasks added to your project will have access to the ` arrow-cpp ` library.
53
56
@@ -70,9 +73,6 @@ pixi run example
70
73
71
74
### Known issues
72
75
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
-
76
76
⚠️ On Windows Pixi only downloads release binaries which are ** not** compatible with debug builds, causing runtime crashes.
77
77
For debug builds you have to build Arrow yourself, see [ Building Arrow C++] ( https://arrow.apache.org/docs/developers/cpp/building.html )
78
78
or stick with ` RERUN_DOWNLOAD_AND_BUILD_ARROW=ON ` .
You can’t perform that action at this time.
0 commit comments