0

I am trying to install web3[tester] with pip. I am running into a LNK1104 error due to a kernel32.lib file not found. This happens when pip tries to install pysha3.

Here is the error message

LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\bin\\HostX86\\x64\\link.exe' failed with exit code 1104

I have looked into this. It looks to have to do with Visual Studio c++ and setting up environment variables. I have 2022 c++ downloaded through Visual Studio. But it looks like my PATH, LIB, and INCLUDE variables are not set up appropriately.

Below are some of the other posts I have looked at to troubleshoot

0 Answers0