Home >Backend Development >Python Tutorial >How to Fix 'Microsoft Visual C 14.0 is required' Pip Installation Error for Steem?

How to Fix 'Microsoft Visual C 14.0 is required' Pip Installation Error for Steem?

DDD
DDDOriginal
2024-12-06 12:06:17564browse

How to Fix

Pip Installation Error: Resolving "Microsoft Visual C 14.0 Required" for Steem Installation

Encountering the error "Microsoft Visual C 14.0 is required" during pip installation of steem is often due to the missing Visual C compiler needed for certain package dependencies.

To resolve this, follow these steps:

  1. Install Microsoft Visual C 14.0: Visit the Visual C 2015 Build Tools download page (https://wiki.python.org/moin/WindowsCompilers#Microsoft_Visual_C.2B-.2B-_14.2_standalone:_Build_Tools_for_Visual_Studio_2019_.28x86.2C_x64.2C_ARM.2C_ARM64.29).
  2. Re-run Original Command: Execute pip install -U steem to reinstall with the required compiler.

Uninstalling cryptography Package:

If you wish to remove the cryptography package, run the command pip uninstall cryptography.

The above is the detailed content of How to Fix 'Microsoft Visual C 14.0 is required' Pip Installation Error for Steem?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn