0

Trying to install web3 in windows shell with pip : python version: 3.8.4

Pip install web3

But i got this message at last stage of installing

ERROR: Command errored out with exit status 1:
     command: 'c:\users\daniel\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Daniel\\AppData\\Local\\Temp\\pip-install-m1kmbviz\\lru-dict\\setup.py'"'"'; __file__='"'"'C:\\Users\\Daniel\\AppData\\Local\\Temp\\pip-install-m1kmbviz\\lru-dict\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Daniel\AppData\Local\Temp\pip-record-bvtf7zvp\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\daniel\appdata\local\programs\python\python38\Include\lru-dict'
         cwd: C:\Users\Daniel\AppData\Local\Temp\pip-install-m1kmbviz\lru-dict\
    Complete output (5 lines):
    running install
    running build
    running build_ext
    building 'lru' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\daniel\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Daniel\\AppData\\Local\\Temp\\pip-install-m1kmbviz\\lru-dict\\setup.py'"'"'; __file__='"'"'C:\\Users\\Daniel\\AppData\\Local\\Temp\\pip-install-m1kmbviz\\lru-dict\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Daniel\AppData\Local\Temp\pip-record-bvtf7zvp\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\daniel\appdata\local\programs\python\python38\Include\lru-dict' Check the logs for full command output.
Dani MHM
  • 15
  • 1
  • 5
  • 2
    Did you read the error message? "*error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/*" However if you *have* installed this package and are still seeing this, you should indicate that in your question, as it changes the crux of the issue entirely. – esqew Jul 16 '20 at 15:02
  • Yes , I got the Vs already. Thank you for answer – Dani MHM Jul 16 '20 at 15:07

0 Answers0