From a6c2b943f4858dd21c6a2513668ad30a83562927 Mon Sep 17 00:00:00 2001 From: deeplow Date: Tue, 16 Aug 2022 11:23:55 +0100 Subject: [PATCH] document new windows dev dep.: MS Visual C++ >= 14 On a windows system when running `pip install` it fails to install `cx_Logging-3.0` with the error: error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ Installing this dependency solves the issue. --- BUILD.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 1bd1502..197589f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -110,7 +110,10 @@ Install [Docker Desktop](https://www.docker.com/products/docker-desktop). Install the latest version of Python 3.10 (64-bit) [from python.org](https://www.python.org/downloads/windows/). Make sure to check the "Add Python 3.10 to PATH" checkbox on the first page of the installer. -Install [poetry](https://python-poetry.org/): + +Install Microsoft Visual C++ 14.0 or greater. Get it with ["Microsoft C++ Build Tools"](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and make sure to select "Desktop development with C++" when installing. + +Install [poetry](https://python-poetry.org/). Open PowerShell, and run: ``` python -m pip install poetry