openalea / plantgl

An open-source graphic toolkit for the creation, simulation and analysis of 3D virtual plants.
Other
59 stars 23 forks source link

Crash on MacOSX #29

Closed pradal closed 3 years ago

pradal commented 5 years ago

On Mac, with the lastest conda version, the foolowing lines crash on my computer

from openalea.plantgl.all import *
l= Point3Array([(0,0,0), (1,0,0)])

The code itself has not changed. However, current conda package broke on mac. Surely due to dependencies (boost or something else).

fredboudon commented 3 years ago

Resolved.