0

I'm running commands such as 'python setup.py bdist_wheel bdist_nuitka', but I'm consistently faced with a prompt within my container environment, as I'm unable to manually input 'yes'. Is there a way to automatically bypass this prompt?

My Nuitka build worked seamlessly with Python 3.8.3 and Nuitka 0.6.8.1. However, we're currently in the process of Additionally, while experimenting with different Nuitka versions, I encountered the following message. migrating to Python 3.10.

Nuitka: Starting Python compilation with Nuitka '2.0.6' on Python '3.10' commercial grade 'not installed'.


Nuitka: Completed Python level compilation and optimization.


Nuitka: Generating source code for C backend compiler.


Nuitka: Running data composer tool for optimal constant value handling.


Nuitka: Running C compilation via Scons.


Nuitka-Scons: Backend C compiler: C:\ProgramData\mingw64\mingw64\bin\gcc.exe (gcc.exe 13.2.0).


Nuitka will make use of ccache to speed up repeated compilation.





Is it OK to download and put it in 'C:\Users\ContainerAdministrator\AppData\Local\Nuitka\Nuitka\Cache\downloads\ccache\v4.6'.





Fully automatic, cached. Proceed and download? [Yes]/No :

1 Answer 1

0

Append parameter --assume-yes-for-downloads to your Nuitka command should solve your problem.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.