Skip to content

Commit 1cb1830

Browse files
committed
add note about python version
1 parent a126b83 commit 1cb1830

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/user_guide/operators/forecasting_operator/faq.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ More details in the documentation here: https://docs.oracle.com/en-us/iaas/tools
99
**How do I learn More about AutoTS?**
1010

1111
More details in the documentation here: https://winedarksea.github.io/AutoTS/build/html/source/tutorial.html
12+
13+
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.2.3; extra == "forecast""**
14+
15+
Automlx only supports Python<=3.8, != 3.9, <= 3.10.7 . If you are builing in Python 3.9 or 3.10.8+, no automlx distribution will be available. It's recommended to use the conda pack available through Notebook Sessions, or to use Python 3.8

docs/source/user_guide/operators/forecasting_operator/install.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The Forecast Operator can be installed in 2 primary ways: PyPi and Conda Packs.
77

88
**Installing Through PyPi**
99

10-
If you are running the operator from outside of a Notebook Session, you may download ``oracle_ads[forecast]`` from pypi.
10+
If you are running the operator from outside of a Notebook Session, you may download ``oracle_ads[forecast]`` from pypi.
11+
12+
*Note: Due to our dependence on Automlx, ``oracle_ads[forecast]`` only supports Python<=3.8, != 3.9, <= 3.10.7 . Python 3.8 is the recommended version.*
1113

1214
.. code-block:: bash
1315

0 commit comments

Comments
 (0)