Loading install_requirements.sh +6 −3 Original line number Original line Diff line number Diff line Loading @@ -47,9 +47,12 @@ sudo ldconfig cd ../.. cd ../.. echo "Updating PIP, SetupTools and Wheel..." echo "Updating PIP, SetupTools and Wheel..." pip install --upgrade pip # ensure next packages get the latest versions # Bring basic tooling for other requirements, package compilation, and code linting. pip install --upgrade setuptools wheel # bring basic tooling for other requirements # Ensure next packages get the fixed versions to prevent: pip install --upgrade pip-tools pylint # bring tooling for package compilation and code linting # "'InstallRequirement' object has no attribute 'use_pep517'" pip install --upgrade 'pip==25.2' pip install --upgrade 'setuptools==79.0.0' 'wheel==0.45.1' pip install --upgrade 'pip-tools==7.3.0' printf "\n" printf "\n" echo "Creating integrated requirements file..." echo "Creating integrated requirements file..." Loading Loading
install_requirements.sh +6 −3 Original line number Original line Diff line number Diff line Loading @@ -47,9 +47,12 @@ sudo ldconfig cd ../.. cd ../.. echo "Updating PIP, SetupTools and Wheel..." echo "Updating PIP, SetupTools and Wheel..." pip install --upgrade pip # ensure next packages get the latest versions # Bring basic tooling for other requirements, package compilation, and code linting. pip install --upgrade setuptools wheel # bring basic tooling for other requirements # Ensure next packages get the fixed versions to prevent: pip install --upgrade pip-tools pylint # bring tooling for package compilation and code linting # "'InstallRequirement' object has no attribute 'use_pep517'" pip install --upgrade 'pip==25.2' pip install --upgrade 'setuptools==79.0.0' 'wheel==0.45.1' pip install --upgrade 'pip-tools==7.3.0' printf "\n" printf "\n" echo "Creating integrated requirements file..." echo "Creating integrated requirements file..." Loading