How do install pywin32 on MAC OS [duplicate]
Asked Answered
F

2

1

i get the following error

ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none) ERROR: No matching distribution found for pywin32 WARNING: You are using pip version 20.1; however, version 20.1.1 is available. You should consider upgrading via the '/Users/abc/Documents/Python /pycharmtest2/venv/bin/python -m pip install --upgrade pip' command.

Fina answered 2/6, 2020 at 18:17 Comment(2)
Does this answer your question? python win32api for MacOurselves
Create a virtual machine with Win and install on that one :pColosseum
S
2

% pip install pywin32 ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none) ERROR: No matching distribution found for pywin32

it is used for only windows

Skydive answered 11/5, 2021 at 5:6 Comment(0)
A
1

pywin32 is a wrapper for Windows API calls, so you can't use it on MacOS

Aurify answered 3/6, 2020 at 0:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.