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
Why is python-dev-tools necessary in the process?