I am trying to install pybinsim using pip install. First, it was showing an error of some missing build tools of C++ which I downloaded from Microsoft visual studio installer. Now it is showing this error. I am new to all this and I do not know how to solve it.
ERROR: Command errored out with exit status 1: command: 'c:\python3.8\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ihmza\AppData\Local\Temp\pip-install-rtmqzctk\pyfftw\setup.py'"'"'; file='"'"'C:\Users\ihmza\AppData\Local\Temp\pip-install-rtmqzctk\pyfftw\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\ihmza\AppData\Local\Temp\pip-wheel-gqwbllud' cwd: C:\Users\ihmza\AppData\Local\Temp\pip-install-rtmqzctk\pyfftw\
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
ERROR: Failed building wheel for pyfftw