If you have problems building like I did go to the download site https://github.com/alicevision/meshroom/releases/tag/v2019.2.0 and extract in a folder and run the "Meshroom" executable.
Search Criteria
Package Details: meshroom 2020.1.1-2
Git Clone URL: | https://aur.archlinux.org/meshroom.git (read-only, click to copy) |
---|---|
Package Base: | meshroom |
Description: | Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework. |
Upstream URL: | https://alicevision.github.io/ |
Keywords: | 3d multi-view-stereo photogrametry structure-from-motion texturing |
Licenses: | |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 8 |
Popularity: | 0.097818 |
First Submitted: | 2018-08-02 20:18 |
Last Updated: | 2020-10-28 11:06 |
Dependencies (18)
- alembic
- alice-vision (alice-vision-git)
- openimageio (openimageio-git)
- python (python-dbg)
- python-psutil
- python-pyside2 (pyside2-git, pyside2)
- qt5-3d (qt5-3d-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-imageformats (qt5-imageformats-git)
- qt5-location (qt5-location-git)
- qt5-quickcontrols (qt5-quickcontrols-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- python-cx_freeze (python-cx-freeze) (make)
- python-idna (make)
- python-setuptools (make)
Required by (0)
Sources (4)
manofsteal123 commented on 2020-09-02 15:59
bartus commented on 2020-05-09 15:54
@issue_no1: cuda is an optdepends
of alice-vision
so it's fine, also what do you mean by unusable plenty of features seam to work without cuda kernel build.
@gatonero: those are traversal dependencies from alice-vision
it's unneeded redundancy listing them here.
issue_no1 commented on 2020-05-09 13:10
requires cuda
-> without NVIDIA GPU not possible to use
gatonero commented on 2020-02-12 21:13
There are missing dependencies for: cuda popsift uncertainty-framework magma opengv
bartus commented on 2019-11-22 18:43
@edrex: Yep, cx_freeze:6.0
works fine. But you'll have to create a chroot with archive.archlinux.org
mirror before python:3.8
(pyside2
won't work against python>3.7
)
edrex commented on 2019-11-19 21:57
@bartus cx_freeze upstream says the issue with py 3.7 is fixed in 6.0, can you confirm patch isn't needed anymore?
https://github.com/anthony-tuininga/cx_Freeze/issues/399#issuecomment-526438095
bartus commented on 2019-04-10 11:42
Please report issues
and patches
to meshroom@github.com
hrehfeld commented on 2019-02-27 08:33
Exception: [Errno 2] No such file or directory: '/usr/lib/Meshroom-2018.1.0/lib/shiboken2/support/signature/loader.py' Traceback (most recent call last): File "<string>", line 23, in bootstrap FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/Meshroom-2018.1.0/lib/shiboken2/support/signature/loader.py' AttributeError: module 'signature_loader' has no attribute 'pyside_type_init' TypeError: 'str' object is not callable Fatal Python error: seterror_argument did not receive a result
Current thread 0x00007fae168b6200 (most recent call first): File "/tmp/makepkg/meshroom/src/meshroom/meshroom/ui/components/edge.py", line 121 in <lambda> File "/tmp/makepkg/meshroom/src/meshroom/meshroom/ui/utils.py", line 50 in load File "/tmp/makepkg/meshroom/src/meshroom/meshroom/ui/app.py", line 58 in init File "meshroom/ui/main.py", line 11 in <module> File "/tmp/makepkg/meshroom/src/meshroom/setupInitScriptUnix.py", line 39 in run File "/usr/lib/python3.7/site-packages/cx_Freeze/initscripts/startup.py", line 14 in run zsh: abort (core dumped) Meshroom
bartus commented on 2018-08-07 08:51
@MrKMG: The problem seems to be related to Python 3.7 causing issue in cx_Freeze
packaging. Meshroom is working fine before packaging. Try execute PYTHONPATH=$PWD python meshroom/ui
in the root of Meshroom source tree. More info: https://github.com/anthony-tuininga/cx_Freeze/issues/399
FabioLolix commented on 2018-08-06 21:25
I see what you mean :)
Pinned Comments
bartus commented on 2019-04-10 11:42
Please report
issues
andpatches
to meshroom@github.com