Since I was failing with the "one-liner" (Issue #5), I tried the conda "user procedure" given in the readme.md.
After succesfully executing the procedure, lauching tissuelab returns an Error:
(tissuelab-user)jlegrand@r730visu:~$ oalab -e tissue
PyQt4 used: your application or derivative works must be released under GPL or CeCILL license !
Traceback (most recent call last):
File "/home/jlegrand/miniconda2/envs/tissuelab-user/bin/oalab", line 11, in <module>
load_entry_point('OpenAlea.OALab==1.3.0', 'gui_scripts', 'oalab')()
File "/home/jlegrand/miniconda2/envs/tissuelab-user/lib/python2.7/site-packages/OpenAlea.OALab-1.3.0-py2.7.egg/openalea/oalab/main.py", line 75, in main
from openalea.vpltk.qt import QtGui
File "/home/jlegrand/miniconda2/envs/tissuelab-user/lib/python2.7/site-packages/OpenAlea.VPLTK-1.3.0-py2.7.egg/openalea/vpltk/qt/__init__.py", line 168, in <module>
import openalea.vpltk.qt.designer
File "/home/jlegrand/miniconda2/envs/tissuelab-user/lib/python2.7/site-packages/OpenAlea.VPLTK-1.3.0-py2.7.egg/openalea/vpltk/qt/designer.py", line 94, in <module>
from openalea.vpltk.qt.uic import compileUi, compile_args
ImportError: cannot import name compileUi
Since I could not understand why it was failing when the 'one-liner' version is working, I compared the 'vpltk' versions between the "one-liner" and the documented "user procedure":
User procedure: openalea.vpltk 1.3.0 py27_0 openalea
One liner: openalea.vpltk nightly py27_0 tissuelab
They come from different channels (openalea/tissuelab) and the tissuelab channel version is a nightly build...
However, changing the 'openalea' channel version for the 'tissuelab' version allows to SUCCESFULLY load tissuelab:
Since I was failing with the "one-liner" (Issue #5), I tried the conda "user procedure" given in the readme.md.
After succesfully executing the procedure, lauching
tissuelab
returns an Error:Since I could not understand why it was failing when the 'one-liner' version is working, I compared the 'vpltk' versions between the "one-liner" and the documented "user procedure":
openalea.vpltk 1.3.0 py27_0 openalea
openalea.vpltk nightly py27_0 tissuelab
They come from different channels (openalea/tissuelab) and the tissuelab channel version is a nightly build...However, changing the 'openalea' channel version for the 'tissuelab' version allows to SUCCESFULLY load tissuelab:
Now
oalab -e tissue
works (the gui load, tested some 'import', ...) !!!