not able to install pywin32 or pypiwin32 on databricks clutser or notebook

Potluri, 21 Reputation points
2022-07-07T19:43:57.66+00:00

Library installation attempted on the driver node of cluster 0701-184745-x8al4ztx and failed. Please refer to the following error message to fix the library or contact Databricks support. Error Code: DRIVER_LIBRARY_INSTALLATION_FAILURE. Error Message: org.apache.spark.SparkException: Process List(/databricks/python/bin/pip, install, pywin32, --disable-pip-version-check) exited with code 1. ERROR: Could not find a version that satisfies the requirement pywin32
ERROR: No matching distribution found for pywin32

Note : tried pypiwin32 as well

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,080 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 85,586 Reputation points Microsoft Employee
    2022-07-08T05:36:59.77+00:00

    Hello @Potluri, ,

    Thanks for the question and using MS Q&A platform.

    Azure Databricks clusters are using Linux (specifically, Ubuntu Linux), so you can't use COM library that is designed for Windows.

    The pywin32 and pypiwin32 is "Python extensions for Microsoft Windows Provides access to much of the Win32 API, the ability to create and use COM objects, and the Pythonwin environment."

    One supported OS is Microsoft Windows, because you can access the Win32 API only from Windows.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful