You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the Preferences dialog and then the issue reporter pop-ups. Seems like is related with a missing integer cast. I think you need at least Python 3.10 to trigger the error
Traceback
Traceback (most recent call last):
File "C:\Users\dalth\AppData\Local\spyder-6\envs\spyder-runtime\lib\site-packages\spyder\widgets\helperwidgets.py", line 256, in sizeHintreturn QSize(doc.idealWidth(), doc.size().height())
TypeError: arguments did not match any overloaded call:
QSize(): too many arguments
QSize(w: int, h: int): argument 1 has unexpected type 'float'
QSize(a0: QSize): argument 1 has unexpected type 'float'
Description
What steps will reproduce the problem?
Open the Preferences dialog and then the issue reporter pop-ups. Seems like is related with a missing integer cast. I think you need at least Python 3.10 to trigger the error
Traceback
Versions
UpdateManager
plugin to handle updates for the conda-based installers #21483Dependencies
The text was updated successfully, but these errors were encountered: