kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.45k stars 512 forks source link

The system cannot find the path specified: 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib' #90

Open assaf-malki opened 7 years ago

assaf-malki commented 7 years ago

Thanks a lot for this tool.

I have a windows issue, probably something with my system. It can't find VC\PlatformSDK\lib, I use visual studio 2015 community.

I googled it around and couldn't figure out what to install to solve this issue.

Anyone encounter this maybe?

Thanks, Assaf

kpu commented 7 years ago

Windows is solely supported by contributors. I don't maintain it. The path you refer to does not seem to appear in the Visual Studio files provided.

joseortiz3 commented 6 years ago

Hi, just wanted to say this error comes up when you don't have Windows SDK installed.

SanjyotaPatil commented 6 years ago

What exactly do I have to download and install from above link to remove error- 'system cannot find path specified 'C:\program files\Microsoft visual studio 14.0\VC\PlatformSDK\lib'

yangzhichen0607 commented 6 years ago

You need to install c++ complier in visual studio 2015

Davidswinkels commented 6 years ago

Had same issue on Windows 7 with Visual Studio Community 2015. Solved it by installing C++ compiler and Windows SDK 8.1.

Fix is (source = Microsoft):

IronFarm commented 6 years ago

The above link for the build tools is dead. The new version is available here: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017

HassnainT commented 5 years ago

why i face this issue while installing mysql package for python, i mean no any relation or dependency with visual studio platformsdk lib.