Pip error: Microsoft Visual C++ 14.0 is required

后端 未结 8 1830
离开以前
离开以前 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条回答
  •  既然无缘
    2020-11-22 10:39

    As an alternative to installing Visual C++, there is a way by installing an additional package in Conda (this option doesn't require admin rights). This worked for me:

    conda install libpython m2w64-toolchain -c msys2
    

提交回复
热议问题