'"Failed to build bitarray cytoolz lru-dict" while Installing Web3
After running the command in Windows 10 - python -m pip install web3 the following error appears - "Failed to build bitarray cytoolz lru-dict".
I resolved the issue by installing Visual Studio Build Tools 2019 and running the command - python -m pip install python-dev-tools
My question is:
Why is python-dev-tools necessary in the process?
Solution 1:[1]
download the Visual Studio Build tools 2019, and install all the dependencies.
Check the Desktop development with C++ button, and then on the right-hand side where you have the Installation details. Open the Desktop development with C++ dropdown, then select the Windows 1X SDKthe latest version, also select the C++ CMake tools for Windowsscrolll down and include the >NET build tools click download and install.
Problem solved
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Oreximena |
