无法安装win32crypt

 

C:\Users\Administrator>pip install win32crypt
ERROR: Could not find a version that satisfies the requirement win32crypt (from versions: none)
ERROR: No matching distribution found for win32crypt

直接



C:\Users\Administrator>pip install pypiwin32
Collecting pypiwin32
  Downloading pypiwin32-223-py3-none-any.whl (1.7 kB)
Collecting pywin32>=223
  Downloading pywin32-301-cp37-cp37m-win_amd64.whl (9.2 MB)
     |████████████████████████████████| 9.2 MB 652 kB/s
Installing collected packages: pywin32, pypiwin32
Successfully installed pypiwin32-223 pywin32-301

win32cryrpt是Python或pywin32的Windows扩展的一部分。

它是Windows加密API的包装器。

所以直接安装

pip install pypiwin32
 
上一篇:Python 操作 Outlook 邮箱


下一篇:Python win32com-自动Word-如何替换文本框中的文本?