This commit is contained in:
Candice Bentéjac 2025-04-15 06:44:45 +00:00 committed by GitHub
commit 0c90d08978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 12 deletions

View file

@ -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**

View file

@ -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**

View file

@ -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

View file

@ -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