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

Is it possible to officially upgrade to Qt6 & PySide6? #138

Closed
Oxygen-Chu opened this issue Dec 29, 2022 · 2 comments
Closed

Is it possible to officially upgrade to Qt6 & PySide6? #138

Oxygen-Chu opened this issue Dec 29, 2022 · 2 comments

Comments

@Oxygen-Chu
Copy link

I see the App is developed by Qt5 & PySide2, I tried to upgrade to Qt6 & PySide6, but failed.
Is it possible to officially upgrade to Qt6 & PySide6?

@leon-thomm leon-thomm transferred this issue from leon-thomm/ryvencore Jan 2, 2023
@leon-thomm
Copy link
Owner

Ryven uses QtPy as wrapper to seamlessly switch between APIs. QtPy meanwhile has PySide6 support, you can call Ryven from python with ryven.run_ryven(qt_api='pyside6'), tough it won't work yet as PySide6 changes some imports etc. but it might be easy to add those changes to the code.

@leon-thomm
Copy link
Owner

closed in https://github.com/leon-thomm/Ryven/releases/tag/v3.5.0

you can now use Python 3.11 with PySide6<6.7 pip install 'pyside6<6.7'

note that the default is still PySide2, just run ryven -q pyside6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants