Python, installing clarifai --> VS14.0 link.exe failed with exit status 1158

前端 未结 3 1682
眼角桃花
眼角桃花 2020-11-28 08:48

I\'ve got a fresh installation of Python 3.6 + Selenium and now want to install Clarifai 2.0.21.

The following command is failing:

python -m pip inst         


        
3条回答
  •  -上瘾入骨i
    2020-11-28 09:11

    I had the very same problem when using PIP / Python 3.5 and Visual Studio 2017 while installing librosa using pip (and it's dependency resampy)

    Solved the problem using the Visual Studio 2017 Developer prompt and running pip install from there.

    Hope that helps someone.

提交回复
热议问题