Skip to content

Issue with installing lpy on Mac #40

@hannahwolfe

Description

@hannahwolfe

Hi,

I was having trouble running lpy because qhull wasn't installed. Here is how I got it working:

Created a conda environment:
conda create --name lpy python=3.9

activated the environment:
conda activate lpy

installed quhull:
conda install qhull

installed lpy:
conda install openalea.lpy -c fredboudon -c conda-forge

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions