Skip to content

Commit f587187

Browse files
authored
Merge pull request #11877 from RasaHQ/M1-limitation-python-3.10
Specify M1 limitation in docs
2 parents e336320 + c6cb6d8 commit f587187

File tree

3 files changed

+188
-178
lines changed

3 files changed

+188
-178
lines changed

changelog/11877.misc.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Python 3.10 support cannot be used with Apple M1, due to Tensorflow dependency version constraint.

docs/docs/installation/environment-set-up.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pip3 --version
1616
:::note Python3 Supported Versions
1717

1818
Currently, rasa supports the following Python versions: `3.7`, `3.8`, `3.9` and `3.10`.
19+
Note that Python `3.10` is not currently supported for rasa installations on Apple Silicon.
20+
The blocker consists of current inability to update to Tensorflow version >= `2.10.x` which is pending the resolution
21+
of a Tensorflow bug.
1922

2023
:::
2124

0 commit comments

Comments
 (0)