pywin32 in python 64bit-3.7 environment

"De Silva, Thushara via python-win32" <[email protected]> Tue, 5 Jul 2022 21:13:19 +0000
Newsgroups gmane.comp.python.windows
Message-ID <SA1PR09MB803212FD2C04166B015867C5F1819@SA1PR09MB8032.namprd09.prod.outlook.com>
Hi,
I am working in python 64-bit, 3.7 environment. I want to install pywin32 to conda-environment.
"pip install pywin32" installed pywin32 304 to my env. But I cannot "import pywin32" from my jupyter notebook (No Module named 'pywin32'). I assumed, I have to install 64 bit pywin 32.

So, I tried to install the module as
pip install https://github.com/mhammond/pywin32/releases/download/b304/pywin32-304.win-amd64-py3.7.exe

ERROR: File "setup.py" not found for legacy project https://github.com/mhammond/pywin32/releases/download/b304/pywin32-304.win-amd64-py3.7.exe.

Would you all help me?

Thanks,
Thushara

_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32