Unable to install pypiwin32 library

Question:

Tried to install the pip install pypiwin32 in Google Colab for reading outlook emails. But the installation keeps on getting failed.

enter image description here

Tried by downgrading the python version to 3.9 as well, but didn’t worked.

Any suggestions for fixing the issue?

Asked By: Pravin

||

Answers:

  • Are you running it actually on Windows? If no, it pyiwin32 only is supported for Windows
  • Try using pip install --no-cache-dir pyiwin32
Answered By: kaliiiiiiiii

Tried installing !pip install pypiwin32 in Jupyter notebook, it works like a charm.

But didn’t worked in colab.

Answered By: Pravin
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.