Skip to content

Commit 47f77eb

Browse files
committed
Add note on failing orjson install in Python 3.11
1 parent 30c2741 commit 47f77eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Note that while we support Python 3.10.\*, wheels for the `orjson` library are n
2121
platforms. If you install PySTAC with the `orjson` extra, you may need to have the Rust toolchain installed (e.g. via [rustup](https://rustup.rs/)) in order to
2222
build the package from source.
2323

24-
Support for Python 3.11 should be considered experimental until further notice.
24+
Support for Python 3.11 should be considered experimental until further notice. There is a known issue with failing build of `orjson` on 3.11.0 alpha releases prior to alpha.6 (see
25+
[#765(comment)](https://github.com/stac-utils/pystac/pull/765#pullrequestreview-908908772) for
26+
some additional detail).
2527

2628
PySTAC has a single required dependency (`python-dateutil`).
2729
PySTAC can be installed from pip or the source repository.

0 commit comments

Comments
 (0)