79111901

Date: 2024-10-21 22:24:20
Score: 1
Natty:
Report link

On Ubuntu 20.04, --config-settings or --confirm-license params are not available with pip 24.2.

The solution for me was to set an environment variable to pre-accept the license terms before the pip install like this:

export PYQT5_LICENSE=1
pip3 install --upgrade PyQt5
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anilkir