bartoszek / AUR-meshroom

3 stars 2 forks source link

Meshroom UI doesn't show up in app launcher #1

Open FruityWelsh opened 5 years ago

FruityWelsh commented 5 years ago

I trying find the package that should launching in /usr/lib/Meshroom-2019.2.0/lib/ but trying to use python meshroom/ui or python meshroom both fail because /usr/bin/python: can't find '__main__' module in 'meshroom/ui'. Looking in both folders there is only the python .pyc files, so I couldn't really look into them.

That said upstream worked just fine. When I ran PYTHONPATH=$PWD python meshroom/ui.

FruityWelsh commented 5 years ago

The python install -r requiments.txt seems to work good well too.

bartoszek commented 5 years ago

This is a cx_freezed version which provides only bytecode files ( doesn't provide any python script files by default ) It comes with all dependencies ( even python ) packed in /usr/lib/Meshroom. This makes it more robust against system update issue.

bartoszek commented 3 years ago

I've pushed fixed cx_freeze version to AUR and refactor all alice-vision{,-git} and meshroom{,-git} packages - should works fine beside qtAliceVision plugin witch is disabled by default ( set env var ENABLE_QTALICEVISION=1` to build it if you like to test it)