Skip to content
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

Closed
christian34 opened this issue Feb 13, 2018 · 5 comments
Closed

gui not starting after install with conda on win64 #1

christian34 opened this issue Feb 13, 2018 · 5 comments

Comments

@christian34
Copy link

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

image

That's all folks !

@pradal
Copy link
Contributor

pradal commented Feb 13, 2018

Thanks a lot for the test!!!
No, this is not expected.

@artzet-s
Copy link

carbon

@pradal
Copy link
Contributor

pradal commented Feb 16, 2018

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

@christian34
Copy link
Author

Geat job !! It works perfectly !! Thanks !

@pradal
Copy link
Contributor

pradal commented Feb 17, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants