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

Update to Qt/PySide 6.8.2 #2692

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma
**Desktop (please complete the following and other pertinent information):**
- OS: [e.g. win 10, osx, ]
- Python version [e.g. 2.6]
- Qt/PySide version [e.g. 5.15.2]
- Qt/PySide version [e.g. 6.8.2]
- Meshroom version: please specify if you are using a release version or your own build
- Binary version (if applicable) [e.g. 2019.1]
- Binary version (if applicable) [e.g. 2023.3.0]
- Commit reference (if applicable) [e.g. 08ddbe2]

**Additional context**
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma
**Desktop (please complete the following and other pertinent information):**
- OS: [e.g. win 10, osx, ]
- Python version [e.g. 2.6]
- Qt/PySide version [e.g. 5.15.2]
- Qt/PySide version [e.g. 6.8.2]
- Meshroom version: please specify if you are using a release version or your own build
- Binary version (if applicable) [e.g. 2019.1]
- Binary version (if applicable) [e.g. 2023.3.0]
- Commit reference (if applicable) [e.g. 08ddbe2]

**Additional context**
Expand Down
8 changes: 1 addition & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ pip install -r requirements.txt -r dev_requirements.txt
> Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.

### Qt/PySide
* PySide >= 5.15.2.1
Warning: The plugin AssimpSceneParser is missing from pre-built binaries, so it needs to be added manually (see https://bugreports.qt.io/browse/QTBUG-88821).
It can either be taken from an older version, or directly downloaded from here:
* Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB))
* Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_)

and then copied into PySide's installation folder, in `plugins/sceneparsers`.
* PySide >= 6.6.3.1


### Qt Plugin
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# runtime
psutil>=5.6.7
PySide6==6.6.3.1
PySide6==6.8.2.1
markdown==2.6.11
requests==2.32.0
pyseq==0.6.1