openalea / StructureAnalysis

Plant structure analysis
6 stars 6 forks source link

Compilation with conda openalea.deploy #49

Open jbdurand opened 1 year ago

jbdurand commented 1 year ago

It seems that StructureAnalysis cannot be compiled with the current conda version of openalea.deploy and openalea.sconsx found on channel conda-forge.

cd StructureAnalysis/tool && \
    python2.7 setup.py install

yields

Traceback (most recent call last):
 File "setup.py", line 9, in <module>
   from openalea.deploy.metainfo import read_metainfo
ImportError: No module named openalea.deploy.metainfo

How to update metainfo.ini and setup.py so as to compile with the updated versions of openalea.deploy and openalea.sconsx ?