FileNotFoundError \Microsoft SDKs\Windows\v8.1\lib

喜你入骨 提交于 2019-12-01 09:40:41

问题


While trying to install PyNacl, i run into this error: FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1\\lib'

Which then leads to this: Command "python setup.py egg_info" failed with error code 1 in C:\Users\HPZ420~1\AppData\Local\Temp\pycharm-packaging\PyNaCl\

I've had no problems installing any other packages, and i've looked all over for solutions to no avail.

I've tried upgrading my setuptools, but that didnt help. Im open to any solution at this point.


回答1:


You might want to download Microsoft SDK version 8.1 from this website. https://developer.microsoft.com/en-us/windows/downloads/sdk-archive



来源:https://stackoverflow.com/questions/50400571/filenotfounderror-microsoft-sdks-windows-v8-1-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!