fredboudon / plantscan3d

An open-source GUI for reconstructing plant 3D architecture from laser scans.
Other
27 stars 11 forks source link

Error to output MTG #12

Open ytswang opened 2 years ago

ytswang commented 2 years ago

Hello, I followed the reconstruction tutorial through the "Skeletization" step to run the data (A3B4.asc) you provided, but an error popped out when I tried to save the result as MTG. The plantscan3d.log file was attached below. Could you please help me check what's going on? Thank you!

Ying-Tsui

plantscan3d.log

Micbut commented 1 year ago

I get the same issue plantscan3d.log

fredboudon commented 1 year ago

Can you update your module openalea.mtg conda install openalea.mtg=2.0.5 -c fredboudon -c conda-forge

Micbut commented 1 year ago

Installing the openalea.mtg 2.0.5 solved the issue: now I can save the .MTG. It was a bit tricky to install it from the anaconda navigator(it was getting stucK), I had to do that from the terminal. (but might the problem of anaconda) The problem seems to be solved, thank you!