我是Python的新手。所以,请温和
我尝试安装pycrypto以使用encryption and deceryption
。我使用了Python命令pip install pycrypto
。运行命令时收到以下错误:
error: [WinError 3] The system cannot find the path specified: 'C:\Program Files\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'
1( 由于该错误涉及Microsoft visual studio,是否必须安装visual studio才能安装pycrypto?我已经在系统中验证了路径(已经有了C#项目的visual studio(。我有路径-c:Program FilesMicrosoft Visual Studio 14.0vc
,但PlatformSDK文件夹不存在
2(c:Program FilesMicrosoft Visual Studio 14.0vc
-我可以知道为什么它提到VC吗?
3( 如果不需要visual studio,我该怎么做才能修复错误?
附加信息-我在机器上安装了Python 3.7。
更新:根据Moses的回答,Pycryptodome不需要Microsoft Visual C++,我可以毫无问题地安装。但尚未针对库测试代码
我认为Dave的回答可能会帮助您解决所面临的安装问题。至于Python 3.7上pycrypto的替代方案,您可以尝试PyCryptodome