Hello @Sharma.ext, Nikhil ,
Welcome to Microsoft Q&A platform.
Could you please share the requirements.txt file to test from out end?
How to share the requirements.txt file in Microsoft & A platform?
You need to click on attachment symbol and add the text file from your computer.
Meanwhile, I would request you to go through the Official Document provide the guidance to add / manage libraries during the deployment in Apache Spark pool.
But in this article, we are going to discuss the steps, how the versions can be upgraded after the deployment of the Apache Spark Pool.
To list the current library version, you can use below code:
import pip #needed to use the pip functions
for i in pip.get_installed_distributions(local_only=True):
print(i)
And, you may checkout this thread which addressing similar issue.
Hope this helps. Do let us know if you any further queries.
----------------------------------------------------------------------------------------
Do click on "Accept Answer" and Upvote on the post that helps you, this can be beneficial to other community members.