无法安装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
标签:pypiwin32,223,pywin32,win32crypt,install,无法,pip,安装 来源: https://www.cnblogs.com/Galesaur-wcy/p/14985104.html