Open JersyJ opened 5 months ago
Hello,
I think I found missing line of code in build script.
In build.sh file on line 327 there is missing this line of code:
# Install tools python3 -m pip install --upgrade pip setuptools build wheel nuitka
# Install tools
python3 -m pip install --upgrade pip setuptools build wheel nuitka
This prevents build to be successful with nuitka option, because script will throw error that nuitka is not installed. In test mode or docker build this line is present.
I will create PR to fix that, if that`s ok.
Hello,
I think I found missing line of code in build script.
In build.sh file on line 327 there is missing this line of code:
# Install tools
python3 -m pip install --upgrade pip setuptools build wheel nuitka
This prevents build to be successful with nuitka option, because script will throw error that nuitka is not installed. In test mode or docker build this line is present.
I will create PR to fix that, if that`s ok.