On Sun, 15 Aug 2021, Miro Hrončok wrote:
Hi,
I am trying to update spyder on rawhide and F35. The main issue I have is
that pyqt requirements are strict. From the setup file,
'pyqt5<5.13',
'pyqtwebengine<5.13',
Fedora has 5.15.x. If I relax QT versions, built and launch spyder, I get
this error and spyder fails to launch.
scaled(self, int, int, aspectRatioMode: Qt.AspectRatioMode =
Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode =
Qt.FastTransformation): argument 1 has unexpected type 'float'
scaled(self, QSize, aspectRatioMode: Qt.AspectRatioMode =
Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode =
Qt.FastTransformation): argument 1 has unexpected type 'float'
Do you know where is this error triggered? Try explicitly converting the
floats to integers.
Yeah, that sounds more like a common Python 3.10 issue than an issue with
newer PyQt.
Scott
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure