I installed visualea and plantgl using :
mamba create -n weberpenn -c openalea3 -c conda-forge openalea.mtg openalea.plantgl openalea.visualea
but running the example notebook "notebooks/pglview.ipynb" doesn’t work.
The error I’m getting is
ArgumentError: Python argument types in
ZBufferEngine.__init__(ZBufferEngine, int, int, tuple, eRenderingStyle)
did not match C++ signature:
__init__(struct _object * __ptr64, unsigned short imageWidth=800, unsigned short imageHeight=600, enum PGL::ZBufferEngine::eRenderingStyle renderingStyle=openalea.plantgl.algo._pglalgo.eRenderingStyle.eColorBased, class PGL::Color3 backGroundColor=Color3(0,0,0), unsigned int defaultId=4294967295, bool multithreaded=True, enum PGL::ZBufferEngine::eFaceCulling faceculling=openalea.plantgl.algo._pglalgo.eFaceCulling.eNoCulling)
Am I missing something ? Is the notebook outdated ?
I installed visualea and plantgl using :
mamba create -n weberpenn -c openalea3 -c conda-forge openalea.mtg openalea.plantgl openalea.visualeabut running the example notebook "notebooks/pglview.ipynb" doesn’t work.
The error I’m getting is
Am I missing something ? Is the notebook outdated ?