fredboudon / plantscan3d

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

Won't launch after installing all dependencies #14

Open davodogster opened 2 years ago

davodogster commented 2 years ago

image image image

I installed it on two Windows machines and it doesn't run on either. Do you know why? Thanks, Sam

Python 3.9. PyQT 5.15

fredboudon commented 2 years ago

Strange. Your installation seems correct. I will investigate this. Cheers,

Fred

davodogster commented 2 years ago

Thank you @fredboudon !

ghost commented 1 year ago

Hello sir, I'm working on the state of the art of the 3D tree reconstruction software. I'm exactly in the same situation. Have you find something ? Regards Tom

BartvanMarrewijk commented 1 year ago

same issue here, any news/update s far?

BartvanMarrewijk commented 1 year ago

I got it working on ubuntu20.04 using following install script:

conda create --name openalea39 python=3.9
conda activate openalea39
conda install openalea.plantgl -c fredboudon -c conda-forge
conda install -c openalea3 -c conda-forge openalea.mtg
conda install pymongo
conda install pyqglviewer -c fredboudon -c conda-forge
## git clone https://github.com/fredboudon/plantscan3d, use python3 setup.py install!!
python3 setup.py install
plantscan3d