我正在尝试在笔记本电脑上安装Levenshtein和Fuzzy,但由于某种原因,我不明白我的意思:Levenshtein的安装轮失败,而Fuzzy每次都出现相同的错误。
我的系统上有Windows 10 64bit和Python 3.6。
如果他/她遇到了这样的错误,如果有人能帮助我提供具体提示,我将不胜感激。
答案 0 :(得分:2)
It tells you in your StackTrace what to do:
error: Microsoft Visual C++ 14.0 is required
Follow those instructions to download it (via the github link in the StackTrace)