Should be a quick question but haven't found a good solution as of yet. Have been trying to install Python Poppler and the following error keeps appearing. I have used PIP method in visual studio. I can download CMake via PIP fine without errors and the script location has been added to path. I have also downloaded CMake from the website and added the bin file to path as well for both user and system paths to no avail. None of the things have fixed the issue.
CMake Error at CMakeLists.txt:2 (project): Generator
NMake Makefiles
does not support platform specification, but platform
x64
was specified.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage