Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7d393a0

Browse files
authored
Merge pull request #17535 from cawrites/tensorflow-edit
Tensorflow issue edit
2 parents 73403c8 + ced1529 commit 7d393a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/machine-learning/troubleshooting/known-issues-for-sql-server-machine-learning-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Known issues for Python and R
33
description: This article describes known problems or limitations with the Python and R components that are provided in SQL Server Machine Learning Services and SQL Server 2016 R Services.
44
ms.prod: sql
55
ms.technology: machine-learning-services
6-
ms.date: 07/15/2020
6+
ms.date: 10/13/2020
77
ms.topic: troubleshooting
88
author: dphansen
99
ms.author: davidph
@@ -597,7 +597,7 @@ Beginning with SQL Server 2017 CU2, the following message might appear even if P
597597
598598
This issue has been fixed in SQL Server 2017 Cumulative Update 3 (CU3).
599599

600-
### 5. Numeric, decimal and money data types not supported
600+
### 5. Numeric, decimal, and money data types not supported
601601

602602
Beginning with SQL Server 2017 Cumulative Update 12 (CU12), numeric, decimal and money data types in WITH RESULT SETS are unsupported when using Python with `sp_execute_external_script`. The following messages might appear:
603603

@@ -712,7 +712,7 @@ sudo cp /opt/mssql/lib/libc++abi.so.1 /opt/mssql-extensibility/lib/
712712

713713
### 9. Cannot install **tensorflow** package using **sqlmlutils**
714714

715-
The [sqlmlutils package](../package-management/install-additional-python-packages-on-sql-server.md?view=sql-server-ver15) is used to install Python packages in SQL Server 2019. However, the package **tensorflow** cannot be installed using sqlmlutils. The tensorflow package depends on a newer version of numpy than the version installed in SQL Server. However, numpy is a preinstalled system package that sqlmlutils cannot update when trying to install tensorflow.
715+
The [sqlmlutils package](../package-management/install-additional-python-packages-on-sql-server.md?view=sql-server-ver15) is used to install Python packages in SQL Server 2019. You need to download, install, and update the [Microsoft Visual C++ 2015-2019 Redistributable (x64)](https://visualstudio.microsoft.com/downloads/). However, the package **tensorflow** cannot be installed using sqlmlutils. The tensorflow package depends on a newer version of numpy than the version installed in SQL Server. However, numpy is a preinstalled system package that sqlmlutils cannot update when trying to install tensorflow.
716716

717717
**Workaround**
718718

0 commit comments

Comments
 (0)