openalea / mtg

Multiscale Tree Graph datastructure and interfaces
https://mtg.rtfd.io
Other
12 stars 17 forks source link

port to python 3 #15

Closed fredboudon closed 2 years ago

fredboudon commented 3 years ago

@pradal: With conda-forge, there is a pb of compatibility between boost and numpy 1.21. boost is for now only compatible with numpy 1.20. The dep has been written into last version of plantgl and lpy (previous versions have pb because of this). because of numpy version free dep, conda dep solver uses previous version of plantgl and lpy (that crash) for mtg. A simple way to fix it was to make mtg depend also on numpy 1.20.

pradal commented 3 years ago

@fredboudon: Thxs for this very usefull information. Do you have open an issue on conda-forge? It may be usefull to synchronise to it to avoid our own fork. To work on...