0

Errors that I am getting:

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

The python version installed is: Python 3.7.6

Is there any workaround or manual process to install the package in anaconda?

matheburg
  • 1,869
  • 1
  • 14
  • 38
  • 1
    Hi, welcome at Stackoverflow! Could you explain what you tried to run into these errors? – matheburg May 22 '20 at 20:03
  • @matheburg: am simply trying to install the package in anaconda via pip. Be it pypiwin32 or pywin32, neither works. Wondering if python have stopped supporting this package? And what alternates are out there for it – Subham Bhattacharya May 23 '20 at 09:11

1 Answers1

0

Maybe, you can try using pypiwin32 instead of pywin32.

or

If you want to use pywin32 you can check this How do you install pywin32 from a binary file in tox on Windows?

Karan Owalekar
  • 423
  • 1
  • 14