Meshroom: colab ModuleNotFoundError: No module named 'meshroom'

Created on 7 Jan 2020  Â·  7Comments  Â·  Source: alicevision/meshroom

File "/content/drive/My Drive/Box/test/meshroom/bin/meshroom_photogrammetry", line 7, in
import meshroom
ModuleNotFoundError: No module named 'meshroom'

PYTHONPATH = /env/python:/content/drive/My Drive/Box/test/meshroom

bug

Most helpful comment

for me it worked by skiping the google drive link part
"from google.colab import drive
drive.mount('/content/drive')"
and working directly on the /content..

All 7 comments

Yes.. the only difference is that i used this
!git clone --recursive git://github.com/alicevision/meshroom %cd meshroom !pip install -r requirements.txt
Because i get the "Cannot create symlink to '.......’: Operation not supported" error using the tar

You need to check the install location, navigate into the destination folder before downloading. Try the notepad without google drive link first.

I have the same problem but I can't resolve it. Could you be more explicit in the steps to follow to make Meshroom work with colab (I have also the problem with tar and symlinks). Thanks.

for me it worked by skiping the google drive link part
"from google.colab import drive
drive.mount('/content/drive')"
and working directly on the /content..

I´ll take a look at this problem. Maybe I will split the script and create two versions.

for me it worked by skiping the google drive link part
"from google.colab import drive
drive.mount('/content/drive')"
and working directly on the /content..

Yes. It Works like this. No symlink problem with the tar archive. I was using /drive/content for install. Thanks ! And sorry for the noise.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pr0eXeler0 picture pr0eXeler0  Â·  5Comments

ethansu1992 picture ethansu1992  Â·  3Comments

cptX picture cptX  Â·  4Comments

raphael2692 picture raphael2692  Â·  3Comments

Vekolb picture Vekolb  Â·  5Comments