How To Create Sql Server Language Extensions python 3.8.X

mohamadreza yousefnejad 21 Reputation points
2021-10-12T11:46:52.88+00:00

I am Using sql server 2019 ML service(python) .I was able to use version 3.7.9 Python in Sql with Microsoft Guide .
and I used the prepared Extension for this ،Which is Python 3.7.X . Now I want to make a Extension for Python 3.8.5 .There is a guide for this topic but I do not understand the [Building] part :( .

Note that the Python Extension released in the current repository works with Python 3.7.x - to use the released package, follow this tutorial. For any other version of Python (3.6, 3.8, etc) you must modify and rebuild the Python Extension binaries using the following instructions.

Anyway I need Sql Server Language Extensions python 3.8.X . Thanks in advance

SQL Server Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YufeiShao-msft 7,146 Reputation points
    2021-10-13T06:50:01.157+00:00

    Hi @mohamadreza yousefnejad ,

    The Python language extension used for the custom Python runtime currently supports Python 3.7 only.
    If you would like to use a different version of Python
    please follow the instructions in the Building


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.