Dawid Jurkiewicz
Dawid Jurkiewicz
I have also ran i from the build dir, just like in README: ``` mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make ```
I have just run `conda install boost=1.66.0` and it works now. (updated to 1.66) Anyway docs should be updated :) Yes, I'm on Linux.
I took instructions from http://lpy.readthedocs.io/en/latest/user/installing.html#installing-using-conda-linux-mac-windows. This is quick fix: `conda create -n lpy openalea.lpy boost=1.66.0 -c openalea` but it still not what we want, because other packages are still taken...
I would also like to use Dataclasses with numba