-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gui not starting after install with conda on win64 #1
Comments
Thanks a lot for the test!!! |
Can you test again in a new environment? conda create -n visualea -c openalea openalea.visualea |
Geat job !! It works perfectly !! Thanks ! |
A long wait, but we succeed. The future is bright ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 !
The text was updated successfully, but these errors were encountered: