gui not starting after install with conda on win64
Closed this issue · 5 comments
Hi,
I just test the visualea conda intall on my win64 (conda install -c openalea openalea.visualea).
When I tried runing visualea, nothing append.
I investigate a little bit more launching from ipython using:
from openalea.visualea.visualea_script import start_gui
start_gui()
I got a first error asking for openalea.oalab (for the interpreter). Is this dependency expected ?
After (conda) install of oalab, I got a second message for importing openalea.misc (same question ?)
After installng openalea.misc, I got the following error
That's all folks !
Thanks a lot for the test!!!
No, this is not expected.
Can you test again in a new environment?
I have fixed the issue with #2
Just create a new environment like
conda create -n visualea -c openalea openalea.visualea
activate visualea
visualea
Geat job !! It works perfectly !! Thanks !
A long wait, but we succeed. The future is bright ;)