Tried to install the pip install pypiwin32
in Google Colab for reading outlook emails. But the installation keeps on getting failed.
Tried by downgrading the python version to 3.9 as well, but didn't worked.
Any suggestions for fixing the issue?
Tried to install the pip install pypiwin32
in Google Colab for reading outlook emails. But the installation keeps on getting failed.
Tried by downgrading the python version to 3.9 as well, but didn't worked.
Any suggestions for fixing the issue?
pip install --no-cache-dir pyiwin32
Tried installing !pip install pypiwin32
in Jupyter notebook, it works like a charm.
But didn't worked in colab.