Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade PySide to a more recent version. #755

Closed
bcipriano opened this issue Aug 10, 2020 · 1 comment · Fixed by #1003
Closed

Upgrade PySide to a more recent version. #755

bcipriano opened this issue Aug 10, 2020 · 1 comment · Fixed by #1003
Assignees
Labels
process Single action, a "todo"

Comments

@bcipriano
Copy link
Collaborator

Describe the process
Newer versions of Python 3 / pip on Windows no longer provide the version of PySide2 that we're using:

> pip3 install PySide2==5.11.2
ERROR: Could not find a version that satisfies the requirement PySide2==5.11.2 (from versions: 5.14.0, 5.14.1, 5.14.2, 5.14.2.1, 5.14.2.2, 5.14.2.3, 5.15.0)
ERROR: No matching distribution found for PySide2==5.11.2

We should upgrade to a more recent version to avoid affecting more Windows users.

@bcipriano bcipriano added the process Single action, a "todo" label Aug 10, 2020
@bcipriano
Copy link
Collaborator Author

Also just hit this issue running Python 3.8.5 on macOS:

Traceback (most recent call last):
  File "/Users/cipriano/homebrew/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/Users/cipriano/homebrew/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/Users/cipriano/opencue/cuegui/cuegui/__main__.py", line 24, in <module>
    import cuegui.Main
  File "/Users/cipriano/opencue/cuegui/cuegui/Main.py", line 33, in <module>
    import cuegui.MainWindow
  File "/Users/cipriano/opencue/cuegui/cuegui/MainWindow.py", line 45, in <module>
    class MainWindow(QtWidgets.QMainWindow):
TypeError: 'Shiboken.ObjectType' object is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process Single action, a "todo"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant