Pip error: Microsoft Visual C++ 14.0 is required

后端 未结 8 1980
离开以前
离开以前 2020-11-22 09:58

I just ran the following command:

pip install -U steem

and the installation worked well until it failed to install pycrypto. Aft

8条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 10:34

    If you already have Visual Studio Build Tools installed but you're still getting that error, then you may need to "Modify" your installation to include the Visual C++ build tools.

    To do that:

    1. Open up the Visual Studio Installer (you can search for it in the Start Menu if needed).

    2. Find Visual Studio Build Tools and click "Modify":

    1. Add a checkmark to Visual C++ build tools and then click "Modify" in the bottom right to install them:

    After the C++ tools finish installing, run the pip command again and it should work.

提交回复
热议问题