0

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.

user231767
  • 1
  • 1
  • 1

2 Answers2

1

% 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

swami
  • 11
  • 1
0

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

petrubear
  • 616
  • 5
  • 6