pyqtdeploy: PyQt5-5.15.11.tar.gz link on pypi broken
Patrick Stinson
patrickkidd at gmail.com
Sun Dec 8 17:44:15 GMT 2024
I imagine this is low priority, but pyqtdeploy fails to download PyQt5-5.15.11.tar.gz from the default URL https://pypi.org/project/PyQt5/5.15.11/PyQt5-5.15.11.tar.gz I think because they changed the permalinks links. I got my CI/CD pipeline working again with this line:
wget https://files.pythonhosted.org/packages/0e/07/c9ed0bd428df6f87183fca565a79fee19fa7c88c7f00a7f011ab4379e77a/PyQt5-5.15.11.tar.gz -O sysroot/PyQt5-5.15.11.tar.gz
I have no idea if that’s a permalink or not.
For what it's worth,
-Patrick
More information about the PyQt
mailing list