An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Unable to install Python packages Azure Synapse Spark Pool
Trying to install Python library great expectations, for which I downloaded the latest available .whl file. I followed the steps described in MS documentation to install the package to my Spark Pool, and repeatedly got the following error -
ERROR b'Warning: This Script only works on conda release 4.9.2 Other release is not guaranteed!\n/usr/lib/library-manager/bin\npatching file /usr/lib/miniforge3/lib/python3.8/site-packages/conda/misc.py\nReversed (or previously applied) patch detected! Assume -R? [n] \nApply anyway? [n] \nSkipping patch.\n1 out of 1 hunk ignored -- saving rejects to file /usr/lib/miniforge3/lib/python3.8/site-packages/conda/misc.py.rej\n'","22/08/29 18:12:41 INFO Cleanup following folders and files from staging directory:","22/08/29 18:12:41 INFO Staging directory cleaned up successfully"],"registeredSources":null}
Not sure what the error related to conda 4.9.2 means, and how I can address it.