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
Did you follow https://gist.github.com/natowi/3044484ad0c98877692c399297e3ab7e ?
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.
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..