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

2019-05-29 03:01发布

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条回答
太酷不给撩
2楼-- · 2019-05-29 03:24

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

查看更多
登录 后发表回答