SQL SERVER - PYTHON - HOW TO UPGRADE LIBRARIES

Ian Coetzer 86 Reputation points
2021-02-02T13:08:03.377+00:00

HI

I have installed a local developer edition of SQL SERVER 2017 with PYTHON support.
I can successfully use Pandas etc. and execute Python from T-SQL.

My question is how can I upgrade the library 'version' of for example 'Pandas'?
I want to install Modin which allows multi-processing, and hopefully, also CuPy (Runs on NVIDIA enabled GPUs with CUDA kernels) so that I can execute Python scripts that make use of those - I managed to get this working with Visual Studio Code / Anaconda - but I cannot seem to upgrade Pandas that is installed in the Python for SQL Server scripts folder?

It is still reporting:
UserWarning: The pandas version installed 0.23.4 does not match the supported pandas version in Modin 1.1.5. This may cause undesired side effects!

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,138 questions
{count} votes

Accepted answer
  1. CathyJi-MSFT 22,321 Reputation points Microsoft Vendor
    2021-02-03T06:37:52.74+00:00

    Hi @Ian Coetzer ,

    > My question is how can I upgrade the library 'version' of for example 'Pandas'?

    I am not familiar with this, I search this from google, you can try to use command to upgrade Pandas version. Please refer to the blog How to Change the Pandas Version in Windows to get detail steps.


    If the response is helpful, please click "Accept Answer", thank you.


0 additional answers

Sort by: Most helpful

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.