szaszm commented on PR #1681:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1681#issuecomment-1806163996

   Got this on Windows, after I managed to install winget and accept the source 
terms by running it once  manually:
   ```
   (venv) C:\a\m\bootstrap>python main.py
   For CMake to work we need a working compiler
   Running winget install --disable-interactivity --accept-package-agreements 
msvc [y/n]
   y
   No package found matching input criteria.
   Traceback (most recent call last):
     File "C:\a\m\bootstrap\main.py", line 18, in <module>
       compiler_override = install_compiler(no_confirm)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "C:\a\m\bootstrap\system_dependency.py", line 159, in install_compiler
       _install("msvc", no_confirm)
     File "C:\a\m\bootstrap\system_dependency.py", line 115, in _install
       _install_with_winget(dependencies_str, no_confirm)
     File "C:\a\m\bootstrap\system_dependency.py", line 97, in 
_install_with_winget
       assert _run_command_with_confirm(command, no_confirm)
   AssertionError
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to