Skip to content

Commit b4f2f9f

Browse files
cbentejacfabiencastan
authored andcommitted
[INSTALL] Update INSTALL.md with information for PySide6 on Windows
1 parent ac9a830 commit b4f2f9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ To install all the requirements for runtime, development and packaging, simply r
5656
```bash
5757
pip install -r requirements.txt -r dev_requirements.txt
5858
```
59-
> Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.
59+
> [!NOTE]
60+
> `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.
6061
61-
> Note: It is recommended to use a [virtual python environment](https://docs.python.org/3.9/library/venv.html), like `python -v venv meshroom_venv`.
62+
> [!NOTE]
63+
> It is recommended to use a [virtual python environment](https://docs.python.org/3.9/library/venv.html), like `python -m venv meshroom_venv`.
6264
6365

6466
### Qt/PySide
6567

6668
* PySide >= 6.7
67-
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).
68-
It can either be taken from an older version, or directly downloaded from here:
69-
* Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB))
70-
* Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_)
7169

72-
and then copied into PySide's installation folder, in `plugins/sceneparsers`.
70+
> [!WARNING]
71+
> For PySide 6.8.0 and over on Windows, the following error may occur when leaving Meshroom's homepage: `Cannot load /path/to/pip/install/PySide6/qml/QtQuick/Scene3D/qtquickscene3dplugin.dll: specified module cannot be found`. This is caused by Qt63DQuickScene3D.dll which seems to be missing from the
72+
pip distribution, but can be retrieved from a standard Qt installation. Alternatively, the DLL for MSVC2022_64 can be directly downloaded [here](https://drive.google.com/uc?export=download&id=1vhPDmDQJJfM_hBD7KVqRfh8tiqTCN7Jv). It then needs to be placed in `/path/to/pip/install/PySide6`.
7373

7474

7575
### AliceVision

0 commit comments

Comments
 (0)