无法安装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
 
posted @ 2021-07-08 10:54  冰糖葫芦很乖  阅读(1483)  评论(0编辑  收藏  举报