blacall
blacall
Bumping this issue. Calling `lpy` does nothing. Using Anaconda Prompt (Windows x64), my installation process was: `git clone https://github.com/openalea/lpy.git` `conda create -n lpy openalea.lpy -c fredboudon -c conda-forge` `conda activate...
@pradal Thank you for the quick response! I've tried what you mentioned and calling `lpy` still does not open any GUI in the `testlpy` conda environment. Not sure if this...
Here is the error it encountered: ```(testlpy) C:\Users\Kevin\git-downloads\lpy>python -c "from openalea.lpy.gui.lpystudio import main; main()" Traceback (most recent call last): File "", line 1, in File "C:\Users\Kevin\miniconda3\envs\testlpy\Lib\site-packages\OpenAlea.Lpy-3.14.1-py3.12.egg\openalea\lpy\__init__.py", line 2, in from...