Skip to content

Update dependencies for Ubuntu 20.04 #3

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

d-we
Copy link

@d-we d-we commented Dec 31, 2021

When installing the GUI on a fresh Ubuntu 20.04.03, I had to install a few more dependencies. Also Python 3.5 is no longer in the official repositories, however it seems like the GUI and DATA itself also work with python 3.8.

The last thing could however require further testing.

mhaeuser and others added 4 commits January 4, 2022 21:18
QT 5 declares QSize(int width, int height) and QSize() as the only
constructors for this type [1]. Currently, two float values are passed to the
constructor. Pass the mathematical ceiling instead  to satisfy the QT 5 type
requirements.

[1] https://doc.qt.io/qt-5/qsize.html

Signed-off-by: Marvin Häuser <[email protected]>
Fix incompatibility with QT 5
a student additionally required these for his/her installation
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 this pull request may close these issues.

2 participants