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!